|
| enum | EInGameMenuResult {
Resume
, Quit
, NormalMenu
, AdvancedMenu
,
ServerSettings
} |
| |
| enum | EUISound {
Default
, Silence
, StartMatch
, EndMatch
,
StartRound
, EndRound
, PhaseChange
, TieBreakPoint
,
TiePoint
, VictoryPoint
, Capture
, TimeOut
,
Notice
, Warning
, PlayerEliminated
, PlayerHit
,
Checkpoint
, Finish
, Record
, ScoreProgress
,
RankChange
, Bonus
, FirstHit
, Combo
,
PlayersRemaining
, Custom1
, Custom2
, Custom3
,
Custom4
} |
| |
| enum | LinkType {
ExternalBrowser
, ManialinkBrowser
, Goto
, ExternalFromId
,
ManialinkFromId
, GotoFromId
} |
| |
| Void | ShowCurChallengeCard () |
| |
| Void | ShowModeHelp () |
| |
| Void | CopyServerLinkToClipBoard () |
| |
| Void | JoinTeam1 () |
| |
| Void | JoinTeam2 () |
| |
| Void | RequestSpectatorClient (Boolean Spectator) |
| |
| Void | SetSpectateTarget (Text Player) |
| |
| Void | ShowProfile (Text Player) |
| |
| Void | ShowInGameMenu () |
| |
| Void | CloseInGameMenu (CMlScriptIngame::EInGameMenuResult Result) |
| |
| Void | CloseScoresTable () |
| |
| Void | PlayUiSound (CMlScriptIngame::EUISound Sound, Integer SoundVariant, Real Volume) |
| |
| Void | Dbg_SetProcessed (CMlScriptEvent Event) |
| |
| Boolean | IsKeyPressed (Integer KeyCode) |
| |
| Void | EnableMenuNavigation (Boolean EnableInputs, Boolean WithAutoFocus, CMlControl AutoBackControl, Integer InputPriority) |
| |
| Void | EnableMenuNavigation (Boolean EnableInputs, Boolean WithAutoFocus, Boolean WithManualScroll, CMlControl AutoBackControl, Integer InputPriority) |
| |
| Void | OpenLink (Text Url, CMlScript::LinkType LinkType) |
| |
| Void | TriggerPageAction (Text ActionString) |
| |
| Void | SendCustomEvent (Text Type, Array< Text > Data) |
| |
| Void | PreloadImage (Text ImageUrl) |
| |
| Void | PreloadAll () |
| |
| Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
| |
| Text | FilterProfanities (Text TextToFilter) |
| |
Ingame Manialink API for ShootMania.
Supported declare modes :