Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseEntityCatalogData.c
Go to the documentation of this file.
1 
4 [BaseContainerProps(), BaseContainerCustomStringTitleField("DO NOT USE BASE CLASS!")]
6 {
7  [Attribute("1", desc: "Allows to disable the Entity info. SCR_EntityCatalog will ignore the info as if it is null. Used for specific gamemodes and modding.")]
8  protected bool m_bEnabled;
9 
10  //--------------------------------- Is Enabled ---------------------------------\\
11 
15  bool IsEnabled()
16  {
17  return m_bEnabled;
18  }
19 
20  //--------------------------------- Init Data ---------------------------------\\
21 
26  void InitData(notnull SCR_EntityCatalogEntry entry)
27  {
28 
29  }
30 };
SCR_BaseEntityCatalogData
Definition: SCR_BaseEntityCatalogData.c:5
BaseContainerCustomStringTitleField
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERENT VERSION ONLY!")
Definition: SCR_HitZoneGroupNameHolder.c:27
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
m_bEnabled
private bool m_bEnabled
Definition: SCR_BaseManualCameraComponent.c:3
SCR_EntityCatalogEntry
Definition: SCR_EntityCatalogEntry.c:5
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468