Arma Reforger Script API
|
Info for which editor modes the entity is added to. More...
Public Member Functions | |
bool | IsValidInEditorMode (EEditorMode editorMode) |
EEditorMode | GetValidEditorModes () |
\Return given valid editor modes | |
![]() | |
bool | IsEnabled () |
If is Enabled. | |
void | InitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog on creation. | |
void | PostInitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog after init data is called for all other entries. | |
Protected Attributes | |
EEditorMode | m_eValidEditorModes |
![]() | |
bool | m_bEnabled |
Info for which editor modes the entity is added to.
EEditorMode SCR_EntityCatalogEditorData.GetValidEditorModes | ( | ) |
\Return given valid editor modes
bool SCR_EntityCatalogEditorData.IsValidInEditorMode | ( | EEditorMode | editorMode | ) |
|
protected |