gameIGameRulesSystem

Documents the gameIGameRulesSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

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

SendChat(chat : String);

Last updated