TablePlayerGetStateOfPlayer Property |
Gets the current state of the player
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public StateOfPlayer GetStateOfPlayer { get; }
Public ReadOnly Property GetStateOfPlayer As StateOfPlayer
Get
member GetStateOfPlayer : StateOfPlayer with get
Property Value
Type:
StateOfPlayerThe current state of the player
Return Value
Type:
StateOfPlayerThe current state of the player
See Also