Arma Reforger Script API
|
This is the complete list of members for SCR_EntityCatalog, including all inherited members.
ClearCatalogOnMerge() | SCR_EntityCatalog | |
GetCatalogEntry(int index) | SCR_EntityCatalog | |
GetCatalogType() | SCR_EntityCatalog | |
GetEntityList(notnull out array< SCR_EntityCatalogEntry > entityList) | SCR_EntityCatalog | |
GetEntityListExcludingData(TypeName excludingDataClass, notnull out array< SCR_EntityCatalogEntry > filteredEntityList) | SCR_EntityCatalog | |
GetEntityListExcludingLabel(EEditableEntityLabel excludinglabel, notnull out array< SCR_EntityCatalogEntry > filteredEntityList) | SCR_EntityCatalog | |
GetEntityListWithData(TypeName dataClass, notnull out array< SCR_EntityCatalogEntry > filteredEntityList, out array< SCR_BaseEntityCatalogData > dataList=null) | SCR_EntityCatalog | |
GetEntityListWithLabel(EEditableEntityLabel label, notnull out array< SCR_EntityCatalogEntry > filteredEntityList) | SCR_EntityCatalog | |
GetEntryWithPrefab(ResourceName prefabToFind) | SCR_EntityCatalog | |
GetFullFilteredEntityList(notnull out array< SCR_EntityCatalogEntry > filteredEntityList, array< EEditableEntityLabel > includedLabels=null, array< EEditableEntityLabel > excludedLabels=null, array< TypeName > includedDataClasses=null, array< TypeName > excludedDataClasses=null, bool needsAllIncludedLabels=true, bool needsAllIncludedClasses=true) | SCR_EntityCatalog | |
GetFullFilteredEntityListWithData(notnull out array< SCR_EntityCatalogEntry > filteredEntityList, array< TypeName > includedDataClasses=null, array< TypeName > excludedDataClasses=null, bool needsAllIncluded=true) | SCR_EntityCatalog | |
GetFullFilteredEntityListWithLabels(notnull out array< SCR_EntityCatalogEntry > filteredEntityList, array< EEditableEntityLabel > includedLabels=null, array< EEditableEntityLabel > excludedLabels=null, bool needsAllIncluded=true) | SCR_EntityCatalog | |
InitCatalog() | SCR_EntityCatalog | |
m_aEntityEntryList | SCR_EntityCatalog | protected |
m_eEntityCatalogType | SCR_EntityCatalog | protected |
m_mPrefabIndexes | SCR_EntityCatalog | protected |
MergeCatalogs(notnull SCR_EntityCatalog catalogToMerge) | SCR_EntityCatalog | |
PostInitCatalog() | SCR_EntityCatalog | protected |