ManiaScript Reference
2019-05
|
Public Member Functions | |
Void | PlayMap (Text Map, Text Mode, Text SettingsXml) |
Void | PlayCampaign (CCampaign Campaign, CMapInfo MapInfo, Text Mode, Text SettingsXml) |
Void | PlayMapList (Text[] MapList, Text Mode, Text SettingsXml) |
Void | PlayMatchSettings (CMatchSettings MatchSettings, Text OverrideMode, Text OverrideSettingsXml) |
Void | PlaySplitScreen (ESplitScreenLayout LayoutType, Text[] MapList, Text Mode, Text SettingsXml) |
Void | PlayMultiOnSameScreen (Text[] MapList, Text Mode, Text SettingsXml) |
Void | PlaySplitScreen (ESplitScreenLayout LayoutType, CMatchSettings MatchSettings) |
Void | PlayMultiOnSameScreen (CMatchSettings MatchSettings) |
Void | ViewReplay (Text Replay) |
Void | OpenEditor (Text EditorName, Text MainPluginSettings) |
Void | OpenEditor (EEditorType EditorType) |
Void | EditSkins () |
Void | EditReplay (Text[] ReplayList) |
Void | EditGhosts (Text Map) |
Void | EditAsset (Text EditorName, Text MainPluginSettingsXml, Text RelativeFileName) |
Void | EditMap (Text Map, Text EditorPluginScript, Text EditorPluginArgument) |
Void | EditNewMap (Text Environment, Text Decoration, Text ModNameOrUrl, Text PlayerModel, Text MapType, Text EditorPluginScript, Text EditorPluginArgument) |
Void | EditNewMap (Text Environment, Text Decoration, Text ModNameOrUrl, Text PlayerModel, Text MapType, Boolean UseSimpleEditor, Text EditorPluginScript, Text EditorPluginArgument) |
Void | EditNewMapFromBaseMap (Text BaseMapName, Text ModNameOrUrl, Text PlayerModel, Text MapType, Text EditorPluginScript, Text EditorPluginArgument) |
Void | EditBadges () |
Void | PublishFile (Text FileName) |
Void | ProcessManiaCodeXml (Text ManiaCodeXml) |
Void | DiscoverLocalServers () |
Void | CreateServer (Text ServerName, Text ServerComment, Integer MaxPlayerCount, Text Password, CMatchSettings MatchSettings, Text PasswordSpectators) |
Void | CreateServer (Text ServerName, Text ServerComment, Integer MaxPlayerCount, Text Password, Text PasswordSpectators, CMatchSettings MatchSettings, Boolean LocalOnly) |
Void | GetServerInfo (Text ServerLogin) |
Void | GetServerInfo (CServerInfo LocalServer) |
Void | GetServerInfo_Abort () |
Void | Join_GetServerInfo_Result (Boolean AsSpectator, Text Password) |
Void | JoinServer (Text ServerLogin, Boolean AsSpectator, Text Password) |
Void | Quit () |
Public Attributes | |
const Boolean | IsReady |
const EResult | LatestResult |
const Text | CustomResultType |
const Text [] | CustomResultData |
const Boolean | CanPublishFiles |
const CServerInfo [] | LocalServers |
const CServerInfo [] | LocalServers_CurrentTitle |
const CServerInfo | GetServerInfo_Result |
Public Attributes inherited from CNod | |
const Ident | Id |
API for titles menus to control the main loop.
Void CTitleControl::CreateServer | ( | Text | ServerName, |
Text | ServerComment, | ||
Integer | MaxPlayerCount, | ||
Text | Password, | ||
CMatchSettings | MatchSettings, | ||
Text | PasswordSpectators | ||
) |
Void CTitleControl::CreateServer | ( | Text | ServerName, |
Text | ServerComment, | ||
Integer | MaxPlayerCount, | ||
Text | Password, | ||
Text | PasswordSpectators, | ||
CMatchSettings | MatchSettings, | ||
Boolean | LocalOnly | ||
) |
Void CTitleControl::DiscoverLocalServers | ( | ) |
Void CTitleControl::EditAsset | ( | Text | EditorName, |
Text | MainPluginSettingsXml, | ||
Text | RelativeFileName | ||
) |
Void CTitleControl::EditBadges | ( | ) |
Void CTitleControl::EditNewMap | ( | Text | Environment, |
Text | Decoration, | ||
Text | ModNameOrUrl, | ||
Text | PlayerModel, | ||
Text | MapType, | ||
Text | EditorPluginScript, | ||
Text | EditorPluginArgument | ||
) |
Void CTitleControl::EditNewMap | ( | Text | Environment, |
Text | Decoration, | ||
Text | ModNameOrUrl, | ||
Text | PlayerModel, | ||
Text | MapType, | ||
Boolean | UseSimpleEditor, | ||
Text | EditorPluginScript, | ||
Text | EditorPluginArgument | ||
) |
Void CTitleControl::EditNewMapFromBaseMap | ( | Text | BaseMapName, |
Text | ModNameOrUrl, | ||
Text | PlayerModel, | ||
Text | MapType, | ||
Text | EditorPluginScript, | ||
Text | EditorPluginArgument | ||
) |
Void CTitleControl::EditSkins | ( | ) |
Void CTitleControl::GetServerInfo | ( | CServerInfo | LocalServer | ) |
Void CTitleControl::GetServerInfo_Abort | ( | ) |
Join a server
Void CTitleControl::OpenEditor | ( | EEditorType | EditorType | ) |
Void CTitleControl::PlayCampaign | ( | CCampaign | Campaign, |
CMapInfo | MapInfo, | ||
Text | Mode, | ||
Text | SettingsXml | ||
) |
Void CTitleControl::PlayMatchSettings | ( | CMatchSettings | MatchSettings, |
Text | OverrideMode, | ||
Text | OverrideSettingsXml | ||
) |
Void CTitleControl::PlayMultiOnSameScreen | ( | CMatchSettings | MatchSettings | ) |
Void CTitleControl::PlaySplitScreen | ( | ESplitScreenLayout | LayoutType, |
Text [] | MapList, | ||
Text | Mode, | ||
Text | SettingsXml | ||
) |
Void CTitleControl::PlaySplitScreen | ( | ESplitScreenLayout | LayoutType, |
CMatchSettings | MatchSettings | ||
) |
Void CTitleControl::Quit | ( | ) |
const Boolean CTitleControl::CanPublishFiles |
const Text [] CTitleControl::CustomResultData |
const Text CTitleControl::CustomResultType |
const CServerInfo CTitleControl::GetServerInfo_Result |
const Boolean CTitleControl::IsReady |
Can a command be issued.
const EResult CTitleControl::LatestResult |
Result of the latest command issued.
const CServerInfo [] CTitleControl::LocalServers |
const CServerInfo [] CTitleControl::LocalServers_CurrentTitle |