Session

IsHost

bool IsHost

Variable is true if client running as the host and false if running as a player or in local mode.

IsLocal

bool IsLocal

Variable is true if client is running in local mode; otherwise returns false.

VersionMajor

number VersionMajor

Variable is the major version number of the FG client currently running. Client version numbers are of the form, #.#.#; and this variable represents the first number.

VersionMinor

Variable is the minor version number of the FG client currently running. Client version numbers are of the form, #.#.#; and this variable represents the second number.

VersionRelease

Variable is the release version number of the FG client currently running. Client version numbers are of the form, #.#.#; and this variable represents the third number.

CampaignName

Variable is the name of the currently active campaign.

RulesetName

Variable is the name of the currently active ruleset.

UserName

Variable is the local user's network username (i.e. the user’s FG account name).