Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_BaseResupplySupportStationAction |
class | SCR_ResupplyItemSupportStationData |
Variables | |
protected ESupportStationType | m_eSupportStationType |
protected ref SCR_ResupplySupportStationData | m_ResupplyData |
protected int | m_iMaxResupplyCount |
protected LocalizedString | m_sInvalidNoInventorySpace |
protected LocalizedString | m_sInvalidNotInStorage |
protected ENotification | m_eNotificationOnUse |
protected SCR_InventoryStorageManagerComponent | m_InventoryManagerTarget |
protected EResupplyUnavailableReason | m_eResupplyUnavailableReason |
protected bool | m_bCanResupply |
protected ResourceName | m_sItemToResupply |
protected int | m_iCurrentItemAmount = -1 |
const protected LocalizedString | X_OUTOF_Y_FORMATTING = "#AR-SupportStation_ActionFormat_ItemAmount" |
const protected LocalizedString | CURRENT_ITEM_AMOUNT_FORMATTING = "#AR-SupportStation_ActionFormat_CurrentItemAmount" |
SCR_BaseResupplySupportStationAction SCR_BaseUseSupportStationAction BaseContainerCustomStringTitleField | ( | "DO NOT USE!" | ) |
Definition at line 224 of file SCR_ResupplySupportStationAction.c.
SCR_BaseResupplySupportStationAction SCR_BaseUseSupportStationAction BaseContainerProps | ( | ) |
override bool BaseContainerProps::CanBePerformedScript | ( | IEntity | user | ) |
Definition at line 85 of file SCR_ResupplySupportStationAction.c.
protected override void BaseContainerProps::CanBePerformedUpdate | ( | IEntity | user | ) |
Definition at line 116 of file SCR_ResupplySupportStationAction.c.
override bool BaseContainerProps::CanBeShownScript | ( | IEntity | user | ) |
Definition at line 76 of file SCR_ResupplySupportStationAction.c.
protected override bool BaseContainerProps::CanHaveMultipleUsers | ( | ) |
Definition at line 70 of file SCR_ResupplySupportStationAction.c.
protected override void BaseContainerProps::DelayedInit | ( | IEntity | owner | ) |
Definition at line 193 of file SCR_ResupplySupportStationAction.c.
protected override string BaseContainerProps::GetActionStringParam | ( | ) |
Definition at line 205 of file SCR_ResupplySupportStationAction.c.
protected override LocalizedString BaseContainerProps::GetInvalidPerformReasonString | ( | ESupportStationReasonInvalid | reasonInvalid | ) |
Definition at line 38 of file SCR_ResupplySupportStationAction.c.
ResourceName BaseContainerProps::GetItemToResupply | ( | ) |
Definition at line 124 of file SCR_ResupplySupportStationAction.c.
ENotification BaseContainerProps::GetNotificationOnUse | ( | ) |
Definition at line 64 of file SCR_ResupplySupportStationAction.c.
protected InventoryStorageManagerComponent BaseContainerProps::GetProviderInventory | ( | ) |
Definition at line 180 of file SCR_ResupplySupportStationAction.c.
protected bool BaseContainerProps::GetShowButDisabled | ( | ) |
Definition at line 52 of file SCR_ResupplySupportStationAction.c.
protected override ESupportStationType BaseContainerProps::GetSupportStationType | ( | ) |
Definition at line 32 of file SCR_ResupplySupportStationAction.c.
SCR_InventoryStorageManagerComponent BaseContainerProps::GetTargetInventory | ( | ) |
Definition at line 173 of file SCR_ResupplySupportStationAction.c.
override void BaseContainerProps::PerformAction | ( | IEntity | pOwnerEntity, |
IEntity | pUserEntity | ||
) |
Definition at line 160 of file SCR_ResupplySupportStationAction.c.
protected override void BaseContainerProps::ResetReferencesOnServer | ( | ) |
Definition at line 186 of file SCR_ResupplySupportStationAction.c.
protected void BaseContainerProps::SetTargetInventory | ( | IEntity | user, |
IEntity | owner | ||
) |
Definition at line 167 of file SCR_ResupplySupportStationAction.c.
protected void BaseContainerProps::UpdateCanResupply | ( | IEntity | owner, |
IEntity | user | ||
) |
Definition at line 131 of file SCR_ResupplySupportStationAction.c.
const protected LocalizedString CURRENT_ITEM_AMOUNT_FORMATTING = "#AR-SupportStation_ActionFormat_CurrentItemAmount" |
Definition at line 29 of file SCR_ResupplySupportStationAction.c.
protected bool m_bCanResupply |
Definition at line 24 of file SCR_ResupplySupportStationAction.c.
protected ENotification m_eNotificationOnUse |
Definition at line 18 of file SCR_ResupplySupportStationAction.c.
protected EResupplyUnavailableReason m_eResupplyUnavailableReason |
Definition at line 22 of file SCR_ResupplySupportStationAction.c.
protected ESupportStationType m_eSupportStationType |
Definition at line 3 of file SCR_ResupplySupportStationAction.c.
protected int m_iCurrentItemAmount = -1 |
Definition at line 26 of file SCR_ResupplySupportStationAction.c.
protected int m_iMaxResupplyCount |
Definition at line 9 of file SCR_ResupplySupportStationAction.c.
protected SCR_InventoryStorageManagerComponent m_InventoryManagerTarget |
Definition at line 20 of file SCR_ResupplySupportStationAction.c.
protected ref SCR_ResupplySupportStationData m_ResupplyData |
Definition at line 6 of file SCR_ResupplySupportStationAction.c.
protected LocalizedString m_sInvalidNoInventorySpace |
Definition at line 12 of file SCR_ResupplySupportStationAction.c.
protected LocalizedString m_sInvalidNotInStorage |
Definition at line 15 of file SCR_ResupplySupportStationAction.c.
protected ResourceName m_sItemToResupply |
Definition at line 25 of file SCR_ResupplySupportStationAction.c.
const protected LocalizedString X_OUTOF_Y_FORMATTING = "#AR-SupportStation_ActionFormat_ItemAmount" |
Definition at line 28 of file SCR_ResupplySupportStationAction.c.