Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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... | |
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.
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.
override bool GetAllowControls | ( | ) |
Definition at line 14 of file SCR_PostGameGameModeStateComponent.c.