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

Go to the source code of this file.

Classes

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.
override bool GetAllowControls ()
sealed override SCR_EGameModeState GetAffiliatedState ()
 Called on the authority when created to assign state this component belongs to.

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.