Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_VotingEditor.c File Reference

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
 

Function Documentation

◆ BaseContainerProps()

SCR_VotingEditorIn SCR_VotingReferendum BaseContainerProps ( )

◆ CanSendNotification()

override bool BaseContainerProps::CanSendNotification ( int  value)

Definition at line 51 of file SCR_VotingEditor.c.

◆ Evaluate()

override bool BaseContainerProps::Evaluate ( out EVotingOutcome  outcome)

Definition at line 19 of file SCR_VotingEditor.c.

◆ EvaluateEditor()

protected bool BaseContainerProps::EvaluateEditor ( out EVotingOutcome  outcome)

Definition at line 8 of file SCR_VotingEditor.c.

◆ InitFromTemplate()

override void BaseContainerProps::InitFromTemplate ( SCR_VotingBase  template,
int  value,
float  remainingDuration 
)

Definition at line 73 of file SCR_VotingEditor.c.

◆ IsAvailable()

override bool BaseContainerProps::IsAvailable ( int  value,
bool  isOngoing 
)

Definition at line 34 of file SCR_VotingEditor.c.

◆ OnVotingEnd()

override void BaseContainerProps::OnVotingEnd ( int  value = DEFAULT_VALUE,
int  winner = DEFAULT_VALUE 
)

Definition at line 62 of file SCR_VotingEditor.c.

◆ SCR_BaseContainerCustomTitleEnum()

Variable Documentation

◆ m_EditorManager

protected SCR_EditorManagerEntity m_EditorManager

Definition at line 5 of file SCR_VotingEditor.c.

◆ m_EditorModes

protected EEditorMode m_EditorModes

Definition at line 3 of file SCR_VotingEditor.c.