Flash Challenge.getPlayerPendingStatus()
From J2Play
Contents |
Description
Get the pending/waiting status of player
Syntax
public function getPlayerPendingState(index: Number) : Boolean
Parameters
* @param index of player
Return Value
@return true if player is pending state, challenge system is wating that player to finish his move; false if player is waiting state, he is waiting until his turn.
Examples
Usually you don't need to get or check this status.
