Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseEntityCatalogData Class Reference
Inheritance diagram for SCR_BaseEntityCatalogData:
SCR_ArsenalItem SCR_EntityCatalogAmbientPatrolData SCR_EntityCatalogEditorData SCR_EntityCatalogIdentityItemData SCR_EntityCatalogLoadoutData SCR_EntityCatalogSpawnerData SCR_EntityCatalogSupportStationResupplyData SCR_NonArsenalItemCostCatalogData SCR_ResourceContainerItemData

Protected Member Functions

*return If enabled or disabled *bool IsEnabled ()
*Never called if Data is disabled *param[in] entry Entry the data is attached to *void InitData (notnull SCR_EntityCatalogEntry entry)
*Never called if Data is disabled *param[in] entry Entry the data is attached to *void PostInitData (notnull SCR_EntityCatalogEntry entry)

Protected Attributes

bool m_bEnabled

Detailed Description

Base Class for Entity catalog data. Inherent from this to create your own Entity catalog data

Definition at line 5 of file SCR_BaseEntityCatalogData.c.

Member Function Documentation

◆ InitData()

*Never called if Data is disabled *param[in] entry Entry the data is attached to *void SCR_BaseEntityCatalogData::InitData ( notnull SCR_EntityCatalogEntry entry)
inlineprotected

Definition at line 22 of file SCR_BaseEntityCatalogData.c.

◆ IsEnabled()

*return If enabled or disabled *bool SCR_BaseEntityCatalogData::IsEnabled ( )
inlineprotected

Definition at line 13 of file SCR_BaseEntityCatalogData.c.

◆ PostInitData()

*Never called if Data is disabled *param[in] entry Entry the data is attached to *void SCR_BaseEntityCatalogData::PostInitData ( notnull SCR_EntityCatalogEntry entry)
inlineprotected

Definition at line 31 of file SCR_BaseEntityCatalogData.c.

Member Data Documentation

◆ m_bEnabled

bool SCR_BaseEntityCatalogData::m_bEnabled
protected

Definition at line 8 of file SCR_BaseEntityCatalogData.c.


The documentation for this class was generated from the following file: