Session
IsHost
bool IsHostVariable is true if client running as the host and false if running as a player or in local mode.
IsLocal
bool IsLocalVariable is true if client is running in local mode; otherwise returns false.
VersionMajor
number VersionMajorVariable 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
number VersionMinorVariable 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
number VersionReleaseVariable 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
string CampaignNameVariable is the name of the currently active campaign.
RulesetName
string RulesetNameVariable is the name of the currently active ruleset.
UserName
string UserNameVariable is the local user's network username (i.e. the user’s FG account name).