![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override event void | OnPerform (IEntity user, BaseSelectionMenu sourceMenu) |
| Callback for when this entry is supposed to be performed. | |
| override bool | CanBeShownScript (IEntity user, BaseSelectionMenu sourceMenu) |
| Can this entry be shown? | |
| override bool | CanBePerformedScript (IEntity user, BaseSelectionMenu sourceMenu) |
| Can this entry be performed? | |
| override bool | GetEntryNameScript (out string outName) |
| override bool | GetEntryDescriptionScript (out string outDescription) |
| override bool | GetEntryIconPathScript (out string outIconPath) |
| override UIInfo | GetUIInfoScript () |
| Can be overridden to return desired UIInfo in GetUIInfo method. | |
| void | UpdateVisuals () |
| Base visuals update function for specific entry update. | |
| ResourceName | GetEntryLayout () |
| API for entry widget and component. | |
| void | SetEntryLayout (ResourceName entryLayout) |
| Widget | GetEntryWidget () |
| void | SetEntryWidget (Widget root) |
| string | GetName () |
| void | SetName (string name) |
Protected Attributes | |
| ResourceName | m_EntryLayout = LAYOUT_ENTRY_DEFAULT |
| ref Widget | m_wEntry |
| string | m_sName |
Definition at line 1 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Can this entry be performed?
Definition at line 28 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Can this entry be shown?
Definition at line 22 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
If overridden and true is returned, outDescription is returned when BaseSelectionMenuEntry.GetEntryDescription is called. If not overriden or false is returned the default value from UIInfo is taken (or empty string if no UI info exists)
Definition at line 43 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
If overridden and true is returned, outIconPath is returned when BaseSelectionMenuEntry.GetEntryIconPath is called. If not overriden or false is returned the default value from UIInfo is taken (or empty string if no UI info exists)
Definition at line 50 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
API for entry widget and component.
Definition at line 70 of file ScriptedSelectionMenuEntry.c.
If overridden and true is returned, outName is returned when BaseSelectionMenuEntry.GetEntryName is called. If not overridden or false is returned the default value from UIInfo is taken (or empty string if no UI info exists)
Definition at line 35 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Definition at line 76 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Definition at line 82 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Can be overridden to return desired UIInfo in GetUIInfo method.
Definition at line 56 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Callback for when this entry is supposed to be performed.
Definition at line 11 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Definition at line 73 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Definition at line 79 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Definition at line 85 of file ScriptedSelectionMenuEntry.c.
|
inlineprotected |
Base visuals update function for specific entry update.
Definition at line 63 of file ScriptedSelectionMenuEntry.c.
|
protected |
Definition at line 6 of file ScriptedSelectionMenuEntry.c.
|
protected |
Definition at line 8 of file ScriptedSelectionMenuEntry.c.
|
protected |
Definition at line 7 of file ScriptedSelectionMenuEntry.c.