getRandom

 

If the player's skin includes the random toggle switch, the switch will update accordingly.

getRandom()

 

Parameters

none

 

Return Value

boolean

Returns the state of the random setting int he player. Possible values are 0 for "off" and 1 for "on".

 

See Also

 

Examples

 

var randVal = myPlayer.getRandom();