![]() |
ManiaScript Trackmania 2020
14/07/2025
|
This is the Manialink browser interface. More...
#include <2025_07_14.h>
Public Member Functions | |
| Void | ShowCurMapCard () |
| Void | BrowserBack () |
| Void | BrowserQuit () |
| Void | BrowserHome () |
| Void | BrowserReload () |
Public Member Functions inherited from CMlScript | |
| 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) |
Additional Inherited Members | |
Public Types inherited from CMlScript | |
| enum | LinkType { ExternalBrowser, ManialinkBrowser, Goto, ExternalFromId, ManialinkFromId, GotoFromId } |
This is the Manialink browser interface.
Supported declare modes :
Definition at line 3577 of file 2025_07_14.h.
| Void CMlBrowser::BrowserBack | ( | ) |
| Void CMlBrowser::BrowserHome | ( | ) |
| Void CMlBrowser::BrowserQuit | ( | ) |
| Void CMlBrowser::BrowserReload | ( | ) |
| Void CMlBrowser::ShowCurMapCard | ( | ) |
| Text CMlBrowser::BrowserFocusedFrameId |
Definition at line 3614 of file 2025_07_14.h.
| CMap* const CMlBrowser::CurMap |
Definition at line 3586 of file 2025_07_14.h.
| Boolean const CMlBrowser::IsInBrowser |
Definition at line 3594 of file 2025_07_14.h.
| CManiaAppBrowser* const CMlBrowser::ParentApp |
Will be Null if the script is not runing in a layer of an app.
Definition at line 3582 of file 2025_07_14.h.