ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.h>
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.
Join a server
const Boolean CTitleControl::IsReady |
Can a command be issued.
const EResult CTitleControl::LatestResult |
Result of the latest command issued.