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

Go to the source code of this file.

Classes

class  SCR_EntityCatalogMultiList

Functions

SCR_EntityCatalogMultiList SCR_EntityCatalog Attribute ("UNKNOWN", desc:"For devs only to understand which entries are in the list")
int GetMultiList (notnull out array< SCR_EntityCatalogMultiListEntry > multiLists)
override void ClearCatalogOnMerge ()
super InitCatalog ()

Variables

ref array< ref SCR_EntityCatalogMultiListEntry > m_aMultiLists

Function Documentation

◆ Attribute()

SCR_EntityCatalogMultiList SCR_EntityCatalog Attribute ( "UNKNOWN" ,
desc:"For devs only to understand which entries are in the list"  )

Definition at line 1 of file SCR_EntityCatalogMultiList.c.

◆ ClearCatalogOnMerge()

override void Attribute::ClearCatalogOnMerge ( )
protected

Definition at line 89 of file SCR_EntityCatalogMultiList.c.

◆ GetMultiList()

int Attribute::GetMultiList ( notnull out array< SCR_EntityCatalogMultiListEntry > multiLists)
protected

Only valid before init. Used when merging entity lists param[in] multiLists Return list of all the multilists return Count of multiLists

Definition at line 73 of file SCR_EntityCatalogMultiList.c.

◆ InitCatalog()

super Attribute::InitCatalog ( )
protected

Variable Documentation

◆ m_aMultiLists

ref array<ref SCR_EntityCatalogMultiListEntry> m_aMultiLists
protected

Definition at line 67 of file SCR_EntityCatalogMultiList.c.