RuntimeInfo

Documents the RuntimeInfo 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 RuntimeInfo

To invoke the runtime info, use the following Global function:

ri = Game.RuntimeInfo()

Sub-functions

IsClient

IsClient() : Bool;

IsMultiplayer

IsMultiplayer() : Bool;

IsServer

IsServer() : Bool;

IsSingleplayer

IsSingleplayer() : Bool;

Last updated