FlushPossible

Coding-related discussion: OpenPPL (Poker Programming Language) and internal OpenHoldem-script
Post Reply
Partypoker562
First blood
First blood
Posts: 19
Joined: Fri Jan 27, 2023 1:35 pm

FlushPossible

Post by Partypoker562 »

For coding flushpossible on the flop, do I need to code "FlushPossible" or "FlushPossibleOnFlop?"

Same thing for the turn -- FlushPossible or FlushPossibleOnTurn.
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: FlushPossible

Post by Alex »

Partypoker562 wrote: Fri Jan 27, 2023 2:25 pm For coding flushpossible on the flop, do I need to code "FlushPossible" or "FlushPossibleOnFlop?"

Same thing for the turn -- FlushPossible or FlushPossibleOnTurn.
depends on your code section.
in f$flop use FlushPossible (for current board), on later streets, if you need, use FlushPossibleOnFlop (for board that was on flop)
FlushPossible is more common
Post Reply