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

Go to the source code of this file.

Data Structures

class  SCR_PostGameGameModeStateComponentClass
 

Functions

SCR_PostGameGameModeStateComponentClass SCR_BaseGameModeStateComponentClass Attribute ("1", uiwidget:UIWidgets.CheckBox, "Disables player controls in this state if checked.", category:"Game Mode")] protected bool m_bDisableControls
 Game mode component that handles the post-game period. More...
 
override bool GetAllowControls ()
 
sealed override SCR_EGameModeState GetAffiliatedState ()
 Called on the authority when created to assign state this component belongs to. More...
 

Function Documentation

◆ Attribute()

SCR_PostGameGameModeStateComponentClass SCR_BaseGameModeStateComponentClass Attribute ( "1"  ,
uiwidget:UIWidgets.  CheckBox,
"Disables player controls in this state if checked."  ,
category:"Game Mode"   
)

Game mode component that handles the post-game period.

◆ GetAffiliatedState()

sealed override SCR_EGameModeState GetAffiliatedState ( )

Called on the authority when created to assign state this component belongs to.

Definition at line 24 of file SCR_PostGameGameModeStateComponent.c.

◆ GetAllowControls()

override bool GetAllowControls ( )
Returns
true if controls should be enabled in this state or false otherwise.

Definition at line 14 of file SCR_PostGameGameModeStateComponent.c.