WhiteRider wrote:Only a bet will set that flag to true.
However, if it is false, that doesn't necessarily mean that you faced (specifically) a bet. It might just have been checked round, or even if you call, you might face a [bet and] raise.
You might find "holdem_hand_player_detail.amt_t_bet_facing" useful for this, though. You can check for this value being non-zero.
There is also "holdem_hand_player_detail.amt_t_raise_facing", but I'm not sure that this is specifically a "raise" (i.e. 2-bet) - I suspect it is the first turn raise you face regardless of whether this is a 2-bet or 3-bet..
Hi WhiteRider, Thanks for your answer!
I knew, the moment I submitted that last post, that I had forgot the check around situation :) Anyway, that "holdem_hand_player_detail.amt_t_bet_facing" field looks like exactly what I need, so thanks again :) Will it be enough to use this field alone or should I use it in combination with "holdem_hand_player_detail.flg_t_open" so I'm sure that it is the FIRST bet I'm facing?