Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_VoteGameMasterCondition Interface Reference
Inheritance diagram for SCR_VoteGameMasterCondition:
SCR_BaseEditorHintCondition SCR_BaseHintCondition

Protected Member Functions

void OnVotingStart (EVotingType type, int value)
 
void OnVotingEnd (EVotingType type, int value, int winner)
 
void OnVoteLocal (EVotingType type, int value)
 
void OnPlayerListMenu (bool isOpened)
 
bool IsPlayerListMenu ()
 
override void OnInitCondition (Managed owner)
 
override void OnExitCondition (Managed owner)
 
- Protected Member Functions inherited from SCR_BaseEditorHintCondition
void OnInitConditionEditor (SCR_EditorManagerEntity editorManager)
 
void OnExitConditionEditor (SCR_EditorManagerEntity editorManager)
 
void OnEditorManagerInitOwner ()
 
- Protected Member Functions inherited from SCR_BaseHintCondition
void Activate ()
 
void Deactivate ()
 

Protected Attributes

EVotingType m_Type
 
bool m_bShowInPlayerList
 
- Protected Attributes inherited from SCR_BaseHintCondition
ref SCR_HintUIInfo m_Info
 
bool m_bInit
 
Managed m_Owner
 

Additional Inherited Members

- Public Member Functions inherited from SCR_BaseHintCondition
void InitCondition (Managed owner, SCR_HintManagerComponent hintManager)
 
void ExitCondition (Managed owner, SCR_HintManagerComponent hintManager)
 
void SCR_BaseHintCondition ()
 

Member Function Documentation

◆ IsPlayerListMenu()

bool SCR_VoteGameMasterCondition.IsPlayerListMenu ( )
protected

◆ OnExitCondition()

override void SCR_VoteGameMasterCondition.OnExitCondition ( Managed owner)
protected

◆ OnInitCondition()

override void SCR_VoteGameMasterCondition.OnInitCondition ( Managed owner)
protected

◆ OnPlayerListMenu()

void SCR_VoteGameMasterCondition.OnPlayerListMenu ( bool isOpened)
protected

◆ OnVoteLocal()

void SCR_VoteGameMasterCondition.OnVoteLocal ( EVotingType type,
int value )
protected

◆ OnVotingEnd()

void SCR_VoteGameMasterCondition.OnVotingEnd ( EVotingType type,
int value,
int winner )
protected

◆ OnVotingStart()

void SCR_VoteGameMasterCondition.OnVotingStart ( EVotingType type,
int value )
protected

Member Data Documentation

◆ m_bShowInPlayerList

bool SCR_VoteGameMasterCondition.m_bShowInPlayerList
protected

◆ m_Type

EVotingType SCR_VoteGameMasterCondition.m_Type
protected

The documentation for this interface was generated from the following file: