![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ResourceName | GetLayout () |
| void | OnWidgetAssigned (Widget widget) |
| Widget | GetAssignedWidget () |
| ScriptInvokerWidget | GetOnWidgetAssigned () |
| Listen to this ScriptInvoker to detect if and what Widget is assigned to it, to modify it as needed. | |
Protected Attributes | |
| ResourceName | m_sLayoutName |
| Widget | m_wAssignedWidget |
| ref ScriptInvokerWidget | m_OnWidgetAssigned |
Definition at line 1 of file SCR_ActionContextUIInfo.c.
|
inlineprotected |
Get the currently assigned Widget Use this to check if a Widget was already assigned to the context before you listened to the ScriptInvoker
Definition at line 34 of file SCR_ActionContextUIInfo.c.
|
inlineprotected |
Get the layout which will be shwon for the context
Definition at line 15 of file SCR_ActionContextUIInfo.c.
|
inlineprotected |
Listen to this ScriptInvoker to detect if and what Widget is assigned to it, to modify it as needed.
Definition at line 41 of file SCR_ActionContextUIInfo.c.
|
inlineprotected |
Gets called everytime a new Widget gets assigned to the context this UIInfo is part of.
| [in] | Widget | Widget that is assigned to this context. |
Definition at line 23 of file SCR_ActionContextUIInfo.c.
|
protected |
Definition at line 10 of file SCR_ActionContextUIInfo.c.
|
protected |
Definition at line 4 of file SCR_ActionContextUIInfo.c.
|
protected |
Definition at line 6 of file SCR_ActionContextUIInfo.c.