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

Go to the source code of this file.

Classes

class  SCR_BaseItemHolderSupportStationAction
class  SCR_ResupplyItemSupportStationData

Functions

SCR_BaseItemHolderSupportStationAction SCR_BaseAudioSupportStationAction BaseContainerProps ()
override LocalizedString GetInvalidPerformReasonString (ESupportStationReasonInvalid reasonInvalid)
override void DelayedInit (IEntity owner)
void SetItemName ()
ResourceName GetItemPrefab ()
SCR_BaseItemHolderSupportStationAction SCR_BaseAudioSupportStationAction BaseContainerCustomStringTitleField ("DO NOT USE!")

Variables

ref SCR_ResupplySupportStationData m_ResupplyData
LocalizedString m_sInvalidItemNotInStorage
ResourceName m_sItemPrefab
string m_sItemName = "MISSING NAME OR INVALID PREFAB"

Function Documentation

◆ BaseContainerCustomStringTitleField()

SCR_BaseItemHolderSupportStationAction SCR_BaseAudioSupportStationAction BaseContainerCustomStringTitleField ( "DO NOT USE!" )

Definition at line 92 of file SCR_BaseItemHolderSupportStationAction.c.

◆ BaseContainerProps()

◆ DelayedInit()

override void BaseContainerProps::DelayedInit ( IEntity owner)
protected

Definition at line 20 of file SCR_BaseItemHolderSupportStationAction.c.

◆ GetInvalidPerformReasonString()

override LocalizedString BaseContainerProps::GetInvalidPerformReasonString ( ESupportStationReasonInvalid reasonInvalid)
protected

Definition at line 11 of file SCR_BaseItemHolderSupportStationAction.c.

◆ GetItemPrefab()

ResourceName BaseContainerProps::GetItemPrefab ( )
protected

Definition at line 82 of file SCR_BaseItemHolderSupportStationAction.c.

◆ SetItemName()

void BaseContainerProps::SetItemName ( )
protected

Definition at line 32 of file SCR_BaseItemHolderSupportStationAction.c.

Variable Documentation

◆ m_ResupplyData

ref SCR_ResupplySupportStationData m_ResupplyData
protected

Definition at line 1 of file SCR_BaseItemHolderSupportStationAction.c.

◆ m_sInvalidItemNotInStorage

LocalizedString m_sInvalidItemNotInStorage
protected

Definition at line 4 of file SCR_BaseItemHolderSupportStationAction.c.

◆ m_sItemName

string m_sItemName = "MISSING NAME OR INVALID PREFAB"
protected

Definition at line 8 of file SCR_BaseItemHolderSupportStationAction.c.

◆ m_sItemPrefab

ResourceName m_sItemPrefab
protected

Definition at line 6 of file SCR_BaseItemHolderSupportStationAction.c.