![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetParentMenu (SCR_RequestToJoinSubmenu menu) |
| void | SetPlayerID (int value) |
| int | GetPlayerID () |
| void | AcceptToJoinPrivateGroup () |
| Callback method used to accept the reqeust. | |
| void | RefuseJoinPrivateGroup () |
| Callback method used to reject the reqeust. | |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| void | Init (Widget w) |
| override void | HandlerAttached (Widget w) |
Protected Attributes | |
| int | m_iPlayerID |
| SCR_RequestToJoinSubmenu | m_ParentMenu |
| SCR_InputButtonComponent | m_RefuseButton |
| SCR_InputButtonComponent | m_AcceptButton |
Definition at line 1 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Callback method used to accept the reqeust.
Definition at line 31 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Definition at line 24 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Initialization of the component, after it was attached to the widet. Note: at this point other components on this widget may not exist yet, and for interacting with them use Init(w)
| [in] | w | widget to which this handler was attached |
Definition at line 93 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Method triggered manually after widget creation process was finished
| [in] | w | widget on which this handler is initalized |
Definition at line 78 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Definition at line 58 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Definition at line 67 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
Callback method used to reject the reqeust.
Definition at line 45 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
| [in] | menu |
Definition at line 10 of file SCR_JoinRequestEntry.c.
|
inlineprotected |
| [in] | value |
Definition at line 17 of file SCR_JoinRequestEntry.c.
|
protected |
Definition at line 6 of file SCR_JoinRequestEntry.c.
|
protected |
Definition at line 3 of file SCR_JoinRequestEntry.c.
|
protected |
Definition at line 4 of file SCR_JoinRequestEntry.c.
|
protected |
Definition at line 5 of file SCR_JoinRequestEntry.c.