|
ManiaScript
Script language used in ManiaPlanet
|
#include <big.h>
Public Types | |
| enum | LinkType { ExternalBrowser, ManialinkBrowser, Goto, ExternalFromId, ManialinkFromId, GotoFromId } |
Public Member Functions | |
| Void | OpenLink (Text Url, LinkType LinkType) |
Public Attributes | |
| const CMlPage | Page |
| const CUIConfig | UI |
| const Integer | Now |
| const Integer | CurrentTime |
| const Text | CurrentTimeText |
| const Text | CurrentLocalDateText |
| 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 |
Public Attributes inherited from CNod | |
| const Ident | Id |
| enum CMlScript::LinkType |
| const Text CMlScript::CurrentLocalDateText |
| const Integer CMlScript::CurrentTime |
| const Text CMlScript::CurrentTimeText |
| const Boolean CMlScript::KeyDelete |
| const Boolean CMlScript::KeyDown |
| const Boolean CMlScript::KeyLeft |
| const Boolean CMlScript::KeyReturn |
| const Boolean CMlScript::KeyRight |
| const Boolean CMlScript::KeySpace |
| const Boolean CMlScript::KeyUp |
| const Boolean CMlScript::MouseLeftButton |
| const Boolean CMlScript::MouseMiddleButton |
| const Boolean CMlScript::MouseRightButton |
| const Real CMlScript::MouseX |
| const Real CMlScript::MouseY |
| const Integer CMlScript::Now |
| const CMlPage CMlScript::Page |
| const CMlEvent [] CMlScript::PendingEvents |
| const CUIConfig CMlScript::UI |
1.8.1.2