Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_PlaceableEntitiesRegistryFromCatalog |
Enumerations | |
enum | SCR_ECatalogFactionType { FACTION_AND_FACTIONLESS = 0, FACTIONS_ONLY, FACTIONLESS_ONLY } |
Functions | |
void | BaseContainerCatalogPlacableEntitiesTitleField (string editorModeVar, string factionTypeVar, string catalogTypesListVar) |
override bool | _WB_GetCustomTitle (BaseContainer source, out string title) |
Variables | |
enum SCR_ECatalogFactionType | m_sEditorModeVar |
protected string | m_sFactionTypeVar |
protected string | m_sCatalogTypesListVar |
Enumerator | |
---|---|
FACTION_AND_FACTIONLESS | Get entries from faction and factionless catalogs. |
FACTIONS_ONLY | Get entries from factions only. |
FACTIONLESS_ONLY | Get entries from factionless Only. |
Definition at line 64 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.
override bool _WB_GetCustomTitle | ( | BaseContainer | source, |
out string | title | ||
) |
Definition at line 86 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.
void BaseContainerCatalogPlacableEntitiesTitleField | ( | string | editorModeVar, |
string | factionTypeVar, | ||
string | catalogTypesListVar | ||
) |
Definition at line 78 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.
protected string m_sCatalogTypesListVar |
Definition at line 75 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.
enum SCR_ECatalogFactionType m_sEditorModeVar |
protected string m_sFactionTypeVar |
Definition at line 74 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.