Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DataCollectorDiagComponent.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/DataCollection", description: "Data Collector client cheat menu")]
5
6class SCR_DataCollectorDiagComponent : ScriptComponent
7{
8#ifdef ENABLE_DIAG
9 //------------------------------------------------------------------------------------------------
10 override void OnPostInit(IEntity owner)
11 {
12 DiagMenu.RegisterMenu(SCR_DebugMenuID.DEBUGUI_DATA_COLLECTION, "Data Collection", "Statistics");
13 DiagMenu.RegisterBool(SCR_DebugMenuID.DEBUGUI_DATA_COLLECTION_ENABLE_DIAG, "", "Enable debug menu", "Data Collection");
14 }
15#endif
16}
SCR_DebugMenuID
This enum contains all IDs for DiagMenu entries added in script.
Definition DebugMenuID.c:4
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
Diagnostic and developer menu system.
Definition DiagMenu.c:18