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

Arsenal Item to be added in the configs outside of The faction Catalog. More...

Inheritance diagram for SCR_ArsenalItemStandalone:
[legend]

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_ArsenalItemDisplayDatam_aArsenalDisplayData
 
ref array< ref SCR_ArsenalAlternativeCostDatam_aArsenalAlternativeCostData
 
ref array< SCR_ArsenalItemm_aAdditionalCosts
 
ref array< SCR_NonArsenalItemCostCatalogDatam_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
 

Detailed Description

Arsenal Item to be added in the configs outside of The faction Catalog.

Constructor & Destructor Documentation

◆ SCR_ArsenalItemStandalone()

void SCR_ArsenalItemStandalone.SCR_ArsenalItemStandalone ( )

Member Function Documentation

◆ GetItemResourceName()

override ResourceName SCR_ArsenalItemStandalone.GetItemResourceName ( )
Returns

Implements SCR_ArsenalItem.

Member Data Documentation

◆ m_ItemResourceName

ResourceName SCR_ArsenalItemStandalone.m_ItemResourceName
protected

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