GodModeSystem

Documents the GodModeSystem class and its functions.

triangle-exclamation
circle-exclamation

Invoking GodModeSystem

To invoke the god mode system, use the following Global function:

gms = Game.GodModeSystem()

Sub-functions

AddGodMode

AddGodMode(entID : EntityID, gmType : gameGodModeType, sourceInfo : CName) : Bool;

ClearGodMode

ClearGodMode(entID : EntityID, sourceInfo : CName);

DisableOverride

DisableOverride(entID : EntityID, sourceInfo : CName) : Bool;

EnableOverride

GetGodModeCount

GetGodModeSources

HasGodMode

RemoveGodMode

Last updated