gameIGameRulesSystem

Documents the gameIGameRulesSystem class and its functions.

triangle-exclamation

Invoking gameIGameRulesSystem

To invoke the game rules system, use the following Global function:

grs = Game.gameIGameRulesSystem()

Sub-functions

GetHeistStatus

GetHeistStatus() : grsHeistStatus;

IsGameUnsuccessful

IsGameUnsuccessful() : Bool;

IsGameVictorious

IsGameVictorious() : Bool;

IsPlayerReady

IsPlayerReady(PeerID : String) : Bool;

SendChat

Last updated