Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlaceableEntitiesRegistryFromCatalog.c File Reference

Go to the source code of this file.

Classes

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
string m_sFactionTypeVar
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 )
protected

Definition at line 86 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

◆ BaseContainerCatalogPlacableEntitiesTitleField()

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

Definition at line 78 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

Variable Documentation

◆ m_sCatalogTypesListVar

string m_sCatalogTypesListVar
protected

Definition at line 75 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.

◆ m_sEditorModeVar

enum SCR_ECatalogFactionType m_sEditorModeVar

◆ m_sFactionTypeVar

string m_sFactionTypeVar
protected

Definition at line 74 of file SCR_PlaceableEntitiesRegistryFromCatalog.c.