Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseEntityCatalogData.c
Go to the documentation of this file.
1
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 //! If is Enabled
13 bool IsEnabled()
14 {
15 return m_bEnabled;
16 }
17
18 //--------------------------------- Init Data ---------------------------------\\
19 //! Called by Catalog on creation. Special init for data. To be overidden.
22 void InitData(notnull SCR_EntityCatalogEntry entry)
23 {
24
25 }
26
27 //--------------------------------- Post Init Data ---------------------------------\\
28 //! Called by Catalog after init data is called for all other entries. To be overidden.
32 {
33
34 }
35}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERITED VERSION ONLY!")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
*Never called if Data is disabled *param[in] entry Entry the data is attached to *void InitData(notnull SCR_EntityCatalogEntry entry)
*return If enabled or disabled *bool IsEnabled()
*Never called if Data is disabled *param[in] entry Entry the data is attached to *void PostInitData(notnull SCR_EntityCatalogEntry entry)
SCR_FieldOfViewSettings Attribute