ManiaScript Reference
2019-05
|
Public Member Functions | |
Void | QuitServer (Boolean Silent) |
Void | QuitServerAndSetResult (Boolean Silent, Text Type, Text[] Data) |
Void | JoinTeam1 () |
Void | JoinTeam2 () |
Void | RequestSpectatorClient (Boolean Spectator) |
Void | SetSpectateTarget (Text Player) |
Void | ShowProfile (Text Player) |
Public Attributes | |
const CMap | Map |
const Integer | GameTime |
const CUser | LocalUser |
const CUIConfig | UI |
const CServerInfo | ServerInfo |
const Ident | SettingsPlayerModelId |
const Boolean | IsSpectator |
const Boolean | IsSpectatorClient |
const Boolean | UseClans |
const Boolean | UseForcedClans |
const Boolean | IsLoadingScreen |
const Boolean | IsInGameMenuDisplayed |
const CTeam [] | Teams |
Boolean | DisablePlayingStateTracking |
Public Attributes inherited from CNod | |
const Ident | Id |
Supported declare modes : Local Persistent API for plugins to get playground info.
Void CPlaygroundClient::JoinTeam1 | ( | ) |
Void CPlaygroundClient::JoinTeam2 | ( | ) |
Request change of IsSpectatorClient (not immediate, and it may be refused).
Boolean CPlaygroundClient::DisablePlayingStateTracking |
const Integer CPlaygroundClient::GameTime |
const Boolean CPlaygroundClient::IsInGameMenuDisplayed |
const Boolean CPlaygroundClient::IsLoadingScreen |
const Boolean CPlaygroundClient::IsSpectator |
Is in spectator mode - may be only for a short time between rounds.
const Boolean CPlaygroundClient::IsSpectatorClient |
Client actually desires to spectate instead of playing.
const CUser CPlaygroundClient::LocalUser |
const CMap CPlaygroundClient::Map |
Null when no map loaded.
const CServerInfo CPlaygroundClient::ServerInfo |
const Ident CPlaygroundClient::SettingsPlayerModelId |
const CTeam [] CPlaygroundClient::Teams |
const CUIConfig CPlaygroundClient::UI |
const Boolean CPlaygroundClient::UseClans |
const Boolean CPlaygroundClient::UseForcedClans |