Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VotingEditor.c File Reference

Go to the source code of this file.

Classes

class  SCR_VotingEditorIn
class  SCR_VotingEditorWithdraw

Functions

SCR_VotingEditorIn SCR_VotingReferendum BaseContainerProps ()
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 startingPlayerID, int value, float remainingDuration)
SCR_VotingEditorIn SCR_VotingReferendum SCR_BaseContainerCustomTitleEnum (EVotingType, "m_Type")

Variables

EEditorMode m_EditorModes
SCR_EditorManagerEntity m_EditorManager

Function Documentation

◆ BaseContainerProps()

SCR_VotingEditorIn SCR_VotingReferendum BaseContainerProps ( )

◆ CanSendNotification()

override bool BaseContainerProps::CanSendNotification ( int value)
protected

Definition at line 49 of file SCR_VotingEditor.c.

◆ Evaluate()

override bool BaseContainerProps::Evaluate ( out EVotingOutcome outcome)
protected

Definition at line 17 of file SCR_VotingEditor.c.

◆ EvaluateEditor()

bool BaseContainerProps::EvaluateEditor ( out EVotingOutcome outcome)
protected

Definition at line 6 of file SCR_VotingEditor.c.

◆ InitFromTemplate()

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

Definition at line 71 of file SCR_VotingEditor.c.

◆ IsAvailable()

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

Definition at line 32 of file SCR_VotingEditor.c.

◆ OnVotingEnd()

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

Definition at line 60 of file SCR_VotingEditor.c.

◆ SCR_BaseContainerCustomTitleEnum()

SCR_VotingEditorIn SCR_VotingReferendum SCR_BaseContainerCustomTitleEnum ( EVotingType ,
"m_Type"  )

Definition at line 84 of file SCR_VotingEditor.c.

Variable Documentation

◆ m_EditorManager

SCR_EditorManagerEntity m_EditorManager
protected

Definition at line 3 of file SCR_VotingEditor.c.

◆ m_EditorModes

EEditorMode m_EditorModes
protected

Definition at line 1 of file SCR_VotingEditor.c.