HandAction
Introduction
Backend Name:
hand_actionDescription: This event is a poker specific event used to track the betting rounds within a hand of poker.
Event Type:
GamePriority:
P4
Parameters
| Name | Type | Select | Backend name | Description |
|---|---|---|---|---|
| additionalData | Dictionary | Optional | additional_data | Any additional information |
| amount | int | Required | amount | The amount the player BET / RAISED if applicable. |
| gameID | string | Required | game_id | The unique ID for the game, this ID links the multiplayer session so each player in the game has the same ID. |
| handID | string | Required | hand_id | The unique ID for the specific hand of poker in the game. |
| roundAction | string | Required | round_action | The action a player took in the round. |
| roundName | string | Required | round_name | The name of the betting round e.g. PREFLOP/FLOP/TURN/RIVER… |
Code example
LionAnalytics.HandAction(2500, "Poker_Test_01", "15_J_K", "Shuffle", "TURN");