Arma Reforger Script API
|
Arsenal Item to be added in the configs outside of The faction Catalog. More...
Public Member Functions | |
override ResourceName | GetItemResourceName () |
void | SCR_ArsenalItemStandalone () |
Public Member Functions inherited from SCR_ArsenalItem | |
SCR_EArsenalItemType | GetItemType () |
SCR_EArsenalItemMode | GetItemMode () |
SCR_EArsenalGameModeType | GetArsenalGameModeTypes () |
ResourceName | GetItemResourceName () |
Resource | GetItemResource () |
SCR_ArsenalItemDisplayData | GetDisplayDataOfType (EArsenalItemDisplayType displayType) |
Get display data of given type for displaying items on arsenal display. | |
int | GetSupplyCost (SCR_EArsenalSupplyCostType supplyCostType, bool addAdditionalCosts=true) |
Get supply cost of arsenal item. | |
override void | InitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog on creation. | |
override void | PostInitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog after init data is called for all other entries. | |
Public Member Functions inherited from SCR_BaseEntityCatalogData | |
bool | IsEnabled () |
If is Enabled. | |
void | InitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog on creation. | |
void | PostInitData (notnull SCR_EntityCatalogEntry entry) |
Called by Catalog after init data is called for all other entries. | |
Protected Attributes | |
ResourceName | m_ItemResourceName |
Protected Attributes inherited from SCR_ArsenalItem | |
SCR_EArsenalItemType | m_eItemType |
SCR_EArsenalItemMode | m_eItemMode |
SCR_EArsenalGameModeType | m_eArsenalGameModeTypes |
int | m_iSupplyCost |
ref array< ref SCR_ArsenalItemDisplayData > | m_aArsenalDisplayData |
ref array< ref SCR_ArsenalAlternativeCostData > | m_aArsenalAlternativeCostData |
ref array< SCR_ArsenalItem > | m_aAdditionalCosts |
ref array< SCR_NonArsenalItemCostCatalogData > | m_aNonArsenalAdditionalCosts |
ref map< SCR_EArsenalSupplyCostType, int > | m_mArsenalAlternativeCostData |
SCR_EntityCatalogEntry | m_EntryParent |
ref Resource | m_ItemResource |
Protected Attributes inherited from SCR_BaseEntityCatalogData | |
bool | m_bEnabled |
Arsenal Item to be added in the configs outside of The faction Catalog.
void SCR_ArsenalItemStandalone.SCR_ArsenalItemStandalone | ( | ) |
override ResourceName SCR_ArsenalItemStandalone.GetItemResourceName | ( | ) |
Implements SCR_ArsenalItem.
|
protected |