Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlaceableEntitiesRegistryFromCatalog.c File Reference

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
 

Enumeration Type Documentation

◆ SCR_ECatalogFactionType

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.

Function Documentation

◆ _WB_GetCustomTitle()

override bool _WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Definition at line 86 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

◆ BaseContainerCatalogPlacableEntitiesTitleField()

void BaseContainerCatalogPlacableEntitiesTitleField ( string  editorModeVar,
string  factionTypeVar,
string  catalogTypesListVar 
)

Definition at line 78 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

Variable Documentation

◆ m_sCatalogTypesListVar

protected string m_sCatalogTypesListVar

Definition at line 75 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

◆ m_sEditorModeVar

enum SCR_ECatalogFactionType m_sEditorModeVar

◆ m_sFactionTypeVar

protected string m_sFactionTypeVar

Definition at line 74 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.