RuntimeInfo

Documents the RuntimeInfo class and its functions.

triangle-exclamation

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