![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | InvokeOnBeforeOpen () |
| ScriptInvoker | GetOnBeforeOpen () |
| void | InvokeOnOpen () |
| ScriptInvoker | GetOnOpen () |
| void | InvokeOnClose () |
| ScriptInvoker | GetOnClose () |
| void | InvokeOnSelect (SCR_SelectionMenuEntry entry, int id) |
| ScriptInvoker | GetOnSelect () |
| ScriptInvoker | GetOnOpenFailed () |
| void | InvokeOnPerform (SCR_SelectionMenuEntry entry) |
| ScriptInvoker | GetOnPerform () |
| void | InvokeOnOpenCategory (SCR_SelectionMenuCategoryEntry entry, int level) |
| ScriptInvoker | GetOnOpenCategory () |
| void | InvokeOnAddEntry (SCR_SelectionMenuEntry entry) |
| ScriptInvoker | GetOnAddEntry () |
| void | InvokeOnRemoveEntry (SCR_SelectionMenuEntry entry) |
| ScriptInvoker | GetOnRemoveEntry () |
| void | InvokeOnUpdateEntries (array< ref SCR_SelectionMenuEntry > entries) |
| ScriptInvoker | GetOnUpdateEntries () |
| void | InvokeOnControllerChanged (SCR_SelectionMenuControllerInputs inputs) |
| ScriptInvoker | GetOnControllerChanged () |
| void | Open () |
| void | AllowClosing () |
| Allow closing after some time in order to have alternative toggle action with double press. | |
| void | OnOpen () |
| Empty method called on open ready for override. | |
| void | Close () |
| Callback when close is requested. | |
| void | OnClose () |
| Empty method called on close ready for override. | |
| void | Update (float timeSlice) |
| void | OnUpdate (float timeSlice) |
| Empty method called on update ready for override. | |
| void | Init () |
| void | PlaySound (string sound) |
| void | SelectEntry () |
| Generic method for custom entry selection based on used interface. | |
| void | PerformEntry (notnull SCR_SelectionMenuEntry entry) |
| void | OpenCategoryEntry (notnull SCR_SelectionMenuCategoryEntry category) |
| Specific peform action for category to change menu content. | |
| void | LeaveCategory () |
| void | OpenInRoot () |
| Clear open categories and use entries from root. | |
| void | AddEntry (SCR_SelectionMenuEntry entry=null) |
| void | AddCategoryEntry (SCR_SelectionMenuCategoryEntry category=null) |
| Add empty or custom category entry. | |
| void | AddEntries (notnull array< ref SCR_SelectionMenuEntry > entries, bool replace=false) |
| void | UpdateEntries () |
| Invoke data update for all entries. | |
| void | UpdateSelectedEntries (notnull array< ref SCR_SelectionMenuEntry > entries) |
| Invoke data update for selected entries. | |
| void | RemoveEntry (notnull SCR_SelectionMenuEntry entry) |
| Remove selected entry and invoke data update. | |
| void | ClearEntries () |
| Clear all entries and invoke data update. | |
| SCR_SelectionMenuCategoryEntry | CurrentCategory () |
| void | SetMenuDisplay (SCR_SelectionMenuDisplay display=null) |
| Find and setup display used for menu. | |
| void | AddActionListeners () |
| Add all action listeners for basic menu control. | |
| void | RemoveActionListeners () |
| Remove all action listeners for basic menu control. | |
| void | OnOpenInputRelease (float value, EActionTrigger reason) |
| On open input handle menu closing. | |
| void | OnPerformInput () |
| On select input handle entry selection and moving into layers. | |
| void | OnBackInput () |
| void | OnAlternativeToggleInput () |
| bool | IsOpened () |
| void | SetController (IEntity owner, SCR_SelectionMenuControllerInputs controls) |
| Set controller entity and controls. | |
| SCR_SelectionMenuControllerInputs | GetControllerInputs () |
| SCR_SelectionMenuEntry | GetSelectionEntry () |
| int | GetSelectedEntryId () |
| bool | GetEntryPerformed () |
| array< ref SCR_SelectionMenuEntry > | GetEntries () |
| int | GetEntryCount () |
| bool | HasDisplay () |
| void | DebugPrint (string method, string msg) |
Scripted base for selection menu used in HUD
Definition at line 6 of file SCR_SelectionMenu.c.
|
inlineprotected |
Add all action listeners for basic menu control.
Definition at line 628 of file SCR_SelectionMenu.c.
|
inlineprotected |
Add empty or custom category entry.
Definition at line 511 of file SCR_SelectionMenu.c.
|
inlineprotected |
Add multiple entries in array Replace true will clear menu and use given entries
Definition at line 524 of file SCR_SelectionMenu.c.
|
inlineprotected |
Add new entry into menu root Entries update is notified only if menu is opened in root level
Definition at line 489 of file SCR_SelectionMenu.c.
|
inlineprotected |
Allow closing after some time in order to have alternative toggle action with double press.
Definition at line 286 of file SCR_SelectionMenu.c.
|
inlineprotected |
Clear all entries and invoke data update.
Definition at line 589 of file SCR_SelectionMenu.c.
|
inlineprotected |
Callback when close is requested.
Definition at line 307 of file SCR_SelectionMenu.c.
|
inlineprotected |
Return current opened category entry Null means menu is in root
Definition at line 604 of file SCR_SelectionMenu.c.
Definition at line 778 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 722 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 746 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 759 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 740 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 178 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 73 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 105 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 226 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 89 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 162 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 130 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 146 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 194 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 121 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 210 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 734 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 728 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 768 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 350 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 171 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 66 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 98 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 219 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 82 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 155 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 139 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 187 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 114 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 203 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 703 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 432 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 693 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 675 of file SCR_SelectionMenu.c.
|
inlineprotected |
Empty method called on close ready for override.
Definition at line 330 of file SCR_SelectionMenu.c.
|
inlineprotected |
Empty method called on open ready for override.
Definition at line 303 of file SCR_SelectionMenu.c.
|
inlineprotected |
On open input handle menu closing.
Definition at line 658 of file SCR_SelectionMenu.c.
|
inlineprotected |
On select input handle entry selection and moving into layers.
Definition at line 668 of file SCR_SelectionMenu.c.
|
inlineprotected |
Empty method called on update ready for override.
Definition at line 347 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 239 of file SCR_SelectionMenu.c.
|
inlineprotected |
Specific peform action for category to change menu content.
Definition at line 410 of file SCR_SelectionMenu.c.
|
inlineprotected |
Clear open categories and use entries from root.
Definition at line 472 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 371 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 356 of file SCR_SelectionMenu.c.
|
inlineprotected |
Remove all action listeners for basic menu control.
Definition at line 645 of file SCR_SelectionMenu.c.
|
inlineprotected |
Remove selected entry and invoke data update.
Definition at line 575 of file SCR_SelectionMenu.c.
|
inlineprotected |
Generic method for custom entry selection based on used interface.
Definition at line 368 of file SCR_SelectionMenu.c.
|
inlineprotected |
Set controller entity and controls.
Definition at line 710 of file SCR_SelectionMenu.c.
|
inlineprotected |
Find and setup display used for menu.
Definition at line 614 of file SCR_SelectionMenu.c.
|
inlineprotected |
Definition at line 333 of file SCR_SelectionMenu.c.
|
inlineprotected |
Invoke data update for all entries.
Definition at line 549 of file SCR_SelectionMenu.c.
|
inlineprotected |
Invoke data update for selected entries.
Definition at line 562 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 36 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 35 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 48 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 44 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 42 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 41 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 45 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 43 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 40 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 33 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 12 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 38 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 58 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 51 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 53 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 62 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 52 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 56 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 63 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 55 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 59 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 54 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 60 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 18 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 37 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 27 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 30 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 15 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 24 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 21 of file SCR_SelectionMenu.c.
|
protected |
Definition at line 8 of file SCR_SelectionMenu.c.