|
| proto native UIMenuPanel | GetSubMenu () |
| |
| proto native UIMenuPanel | GetParentMenu () |
| |
| proto native UIMenuPanel | GetVisibleMenu () |
| |
| proto native void | SetSubMenu (UIMenuPanel submenu) |
| |
| proto native void | SetParentMenu (UIMenuPanel parent) |
| |
| proto native bool | CanClose () |
| |
| proto native bool | CanCloseOnEscape () |
| |
| proto native UIScriptedMenu | EnterScriptedMenu (int id) |
| | Create & open menu with specific id (see MenuID) and set this menu as its parent.
|
| |
| proto native void | DestroySubmenu () |
| |
| proto native bool | IsAnyMenuVisible () |
| |
| proto native bool | IsVisible () |
| |
| proto native bool | IsClosing () |
| |
| void | OnVisibilityChanged (bool isVisible) |
| |
| proto native void | Close () |
| | Safe way to close window, using this function can even window safely close itself.
|
| |
| bool | UseMouse () |
| |
| bool | UseKeyboard () |
| |
| bool | UseGamepad () |
| |
| int | GetID () |
| | Returns MenuID.
|
| |
| void | Refresh () |
| | Refresh request, called from anywhere.
|
| |
| Widget | GetLayoutRoot () |
| |
| void | LockControls () |
| |
| void | UnlockControls () |
| |
| void | UIScriptedMenu () |
| |
| void | ~UIScriptedMenu () |
| |
| void | SetID (int id) |
| | Sets MenuID.
|
| |
| override int | GetID () |
| | Returns MenuID.
|
| |
| void | SetWidgetAnimAlpha (Widget widget) |
| |
| Widget | Init () |
| |
| void | Cleanup () |
| |
| void | OnShow () |
| |
| void | OnHide () |
| |
| void | Update (float timeslice) |
| | Per frame update, called from engine.
|
| |
| proto native void | SetFadingPanels (Widget panel0, Widget panel1, Widget panel2, Widget panel3, Widget panel4) |
| | Refresh request, called from anywhere.
|
| |
| bool | OnClick (Widget w, int x, int y, int button) |
| |
| bool | OnModalResult (Widget w, int x, int y, int code, int result) |
| |
| bool | OnDoubleClick (Widget w, int x, int y, int button) |
| |
| bool | OnSelect (Widget w, int x, int y) |
| |
| bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
| |
| bool | OnFocus (Widget w, int x, int y) |
| |
| bool | OnFocusLost (Widget w, int x, int y) |
| |
| bool | OnMouseEnter (Widget w, int x, int y) |
| |
| bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| |
| bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| |
| bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| |
| bool | OnMouseWheel (Widget w, int x, int y, int wheel) |
| |
| bool | OnController (Widget w, int control, int value) |
| |
| bool | OnKeyDown (Widget w, int x, int y, int key) |
| |
| bool | OnKeyUp (Widget w, int x, int y, int key) |
| |
| bool | OnKeyPress (Widget w, int x, int y, int key) |
| |
| bool | OnChange (Widget w, int x, int y, bool finished) |
| |
| bool | OnDrag (Widget w, int x, int y) |
| |
| bool | OnDragging (Widget w, int x, int y, Widget reciever) |
| |
| bool | OnDraggingOver (Widget w, int x, int y, Widget reciever) |
| |
| bool | OnDrop (Widget w, int x, int y, Widget reciever) |
| |
| bool | OnDropReceived (Widget w, int x, int y, Widget reciever) |
| |
| bool | OnEvent (EventType eventType, Widget target, int parameter0, int parameter1) |
| |
| ScriptedWidgetEventHandler | GetContextMenu () |
| |
| bool | OnXboxEvent (int xboxEvent) |
| |
| void | OnRPC (ParamsReadContext ctx) |
| |
| void | OnRPCEx (int rpc_type, ParamsReadContext ctx) |
| |
| void | InitNoteWrite (EntityAI paper, EntityAI pen, string text="") |
| |
| void | InitNoteRead (string text="") |
| |
| void | InitMapItem (EntityAI item) |
| |
| void | LoadMapMarkers () |
| |
| bool | IsHandlingPlayerDeathEvent () |
| |
| void | OnPlayerDeath () |
| |