![]() |
ManiaPlanet 3 ManiaScript Reference 2015.06.18.1510
A ManiaScript Reference of the ManiaPlanet 3 game (frozen installation). This is OUTDATED, and exists only for entertainment purposes.
|
#include <doc.h>
Public Types | |
| enum | EBuddyAction { Add , Invite , Remove } |
| enum | EBuddyResult { Ok , Error , NotFinished } |
Public Types inherited from CMlScript | |
| enum | LinkType { ExternalBrowser , ManialinkBrowser , Goto , ExternalFromId , ManialinkFromId , GotoFromId } |
Public Member Functions | |
| Void | ShowCurMapCard () |
| Void | BrowserBack () |
| Void | BrowserQuit () |
| Void | BrowserHome () |
| Void | BrowserReload () |
| Void | SetLocalUserClubLink (Text ClubLink) |
Public Member Functions inherited from CMlScript | |
| Boolean | IsKeyPressed (Integer KeyCode) |
| Void | EnableMenuNavigation (Boolean EnableInputs, Boolean WithAutoFocus, CMlControl AutoBackControl, Integer InputPriority) |
| Void | OpenLink (Text Url, LinkType LinkType) |
| Void | TriggerPageAction (Text ActionString) |
| Void | SendCustomEvent (Text Type, Text[] Data) |
| Void | PreloadImage (Text ImageUrl) |
Public Attributes | |
| const CMap | CurMap |
| const EBuddyResult | BuddyDoResult |
| const Text | BuddyDoErrorMessage |
| const Boolean | IsInBrowser |
| Text | BrowserFocusedFrameId |
Public Attributes inherited from CMlScript | |
| const CMlPage | Page |
| const Boolean | PageIsVisible |
| const Integer | Now |
| const Integer | Period |
| const Integer | CurrentTime |
| const Text | CurrentTimeText |
| const Text | CurrentLocalDateText |
| const CUser | LocalUser |
| const CTitle | LoadedTitle |
| const CMlEvent[] | PendingEvents |
| const Real | MouseX |
| const Real | MouseY |
| const Boolean | MouseLeftButton |
| const Boolean | MouseRightButton |
| const Boolean | MouseMiddleButton |
| const Boolean | KeyUp |
| const Boolean | KeyDown |
| const Boolean | KeyLeft |
| const Boolean | KeyRight |
| const Boolean | KeyReturn |
| const Boolean | KeySpace |
| const Boolean | KeyDelete |
| Boolean | EnableMenuNavigationInputs |
| const Boolean | IsMenuNavigationForeground |
| const CXmlManager | Xml |
| const CHttpManager | Http |
| const CAudioManager | Audio |
Public Attributes inherited from CNod | |
| const Ident | Id |
Supported declare modes : Local Persistent This is the Manialink browser interface.