Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_VotingEditorIn |
class | SCR_VotingEditorWithdraw |
Functions | |
SCR_VotingEditorIn SCR_VotingReferendum | BaseContainerProps () |
protected bool | EvaluateEditor (out EVotingOutcome outcome) |
override bool | Evaluate (out EVotingOutcome outcome) |
override bool | IsAvailable (int value, bool isOngoing) |
override bool | CanSendNotification (int value) |
override void | OnVotingEnd (int value=DEFAULT_VALUE, int winner=DEFAULT_VALUE) |
override void | InitFromTemplate (SCR_VotingBase template, int value, float remainingDuration) |
SCR_VotingEditorIn SCR_VotingReferendum | SCR_BaseContainerCustomTitleEnum (EVotingType, "m_Type") |
Variables | |
protected EEditorMode | m_EditorModes |
protected SCR_EditorManagerEntity | m_EditorManager |
SCR_VotingEditorIn SCR_VotingReferendum BaseContainerProps | ( | ) |
override bool BaseContainerProps::CanSendNotification | ( | int | value | ) |
Definition at line 51 of file SCR_VotingEditor.c.
override bool BaseContainerProps::Evaluate | ( | out EVotingOutcome | outcome | ) |
Definition at line 19 of file SCR_VotingEditor.c.
protected bool BaseContainerProps::EvaluateEditor | ( | out EVotingOutcome | outcome | ) |
Definition at line 8 of file SCR_VotingEditor.c.
override void BaseContainerProps::InitFromTemplate | ( | SCR_VotingBase | template, |
int | value, | ||
float | remainingDuration | ||
) |
Definition at line 73 of file SCR_VotingEditor.c.
override bool BaseContainerProps::IsAvailable | ( | int | value, |
bool | isOngoing | ||
) |
Definition at line 34 of file SCR_VotingEditor.c.
override void BaseContainerProps::OnVotingEnd | ( | int | value = DEFAULT_VALUE , |
int | winner = DEFAULT_VALUE |
||
) |
Definition at line 62 of file SCR_VotingEditor.c.
Definition at line 84 of file SCR_VotingEditor.c.
protected SCR_EditorManagerEntity m_EditorManager |
Definition at line 5 of file SCR_VotingEditor.c.
protected EEditorMode m_EditorModes |
Definition at line 3 of file SCR_VotingEditor.c.