Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_PlaceableEntitiesRegistryFromCatalog Interface Reference

Allows Content browser to take entities from the catalog. More...

Inheritance diagram for SCR_PlaceableEntitiesRegistryFromCatalog:
[legend]

Public Member Functions

void Init ()
 
void ProcessCatalog (EEntityCatalogType catalogType, notnull SCR_EntityCatalogManagerComponent catalogManager)
 
void SCR_PlaceableEntitiesRegistryFromCatalog ()
 
- Public Member Functions inherited from SCR_PlaceableEntitiesRegistry
ResourceName GetAddon ()
 Get the addon which the list covers.
 
ResourceName GetSourceDirectory ()
 Get the directory which the list covers.
 
bool IsExposed ()
 Check if the registry can be exposed in asset browser.
 
array< ResourceName > GetPrefabs (bool onlyExposed=false)
 Get all prefab infos in the list.
 
void SetPrefabs (notnull array< ResourceName > prefabs)
 
void AddPrefabs (notnull array< ResourceName > prefabs)
 

Protected Attributes

EEditorMode m_eEditorMode
 
SCR_ECatalogFactionType m_eCatalogFactionType
 
ref array< ref EEntityCatalogType > m_CatalogTypes
 

Detailed Description

Allows Content browser to take entities from the catalog.

It fills in the Prefab list from the catalog

Constructor & Destructor Documentation

◆ SCR_PlaceableEntitiesRegistryFromCatalog()

void SCR_PlaceableEntitiesRegistryFromCatalog.SCR_PlaceableEntitiesRegistryFromCatalog ( )

Member Function Documentation

◆ Init()

void SCR_PlaceableEntitiesRegistryFromCatalog.Init ( )

◆ ProcessCatalog()

void SCR_PlaceableEntitiesRegistryFromCatalog.ProcessCatalog ( EEntityCatalogType  catalogType,
notnull SCR_EntityCatalogManagerComponent  catalogManager 
)

Member Data Documentation

◆ m_CatalogTypes

ref array<ref EEntityCatalogType> SCR_PlaceableEntitiesRegistryFromCatalog.m_CatalogTypes
protected

◆ m_eCatalogFactionType

SCR_ECatalogFactionType SCR_PlaceableEntitiesRegistryFromCatalog.m_eCatalogFactionType
protected

◆ m_eEditorMode

EEditorMode SCR_PlaceableEntitiesRegistryFromCatalog.m_eEditorMode
protected

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