Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LoadItemsAction Class Reference
Inheritance diagram for SCR_LoadItemsAction:
SCR_ScriptedUserAction

Protected Member Functions

override void Init (IEntity pOwnerEntity, GenericComponent pManagerComponent)
override bool CanBeShownScript (IEntity user)
override bool CanBePerformedScript (IEntity user)
override void PerformContinuousAction (IEntity pOwnerEntity, IEntity pUserEntity, float timeSlice)
override void PerformAction (IEntity pOwnerEntity, IEntity pUserEntity)
override void OnActionCanceled (IEntity pOwnerEntity, IEntity pUserEntity)
override bool HasLocalEffectOnlyScript ()

Protected Attributes

SCR_FilteredInventoryStorageComponentClass m_Data
SCR_InventoryStorageManagerComponent m_PlayerStorageManager
BaseInventoryStorageComponent m_TargetStorage
IEntity m_ItemForTransfer
IEntity m_TransferredItem
const string REASON_CANNOT_FIT = "#AR-UserAction_LoadItems_NoSpace"
const string REASON_NO_ITEMS = "#AR-UserAction_LoadItems_NoItems"

Detailed Description

Definition at line 1 of file SCR_LoadItemsAction.c.

Member Function Documentation

◆ CanBePerformedScript()

override bool SCR_LoadItemsAction::CanBePerformedScript ( IEntity user)
inlineprotected

Definition at line 36 of file SCR_LoadItemsAction.c.

◆ CanBeShownScript()

override bool SCR_LoadItemsAction::CanBeShownScript ( IEntity user)
inlineprotected

Definition at line 24 of file SCR_LoadItemsAction.c.

◆ HasLocalEffectOnlyScript()

override bool SCR_LoadItemsAction::HasLocalEffectOnlyScript ( )
inlineprotected

Definition at line 124 of file SCR_LoadItemsAction.c.

◆ Init()

override void SCR_LoadItemsAction::Init ( IEntity pOwnerEntity,
GenericComponent pManagerComponent )
inlineprotected

Definition at line 13 of file SCR_LoadItemsAction.c.

◆ OnActionCanceled()

override void SCR_LoadItemsAction::OnActionCanceled ( IEntity pOwnerEntity,
IEntity pUserEntity )
inlineprotected

Definition at line 117 of file SCR_LoadItemsAction.c.

◆ PerformAction()

override void SCR_LoadItemsAction::PerformAction ( IEntity pOwnerEntity,
IEntity pUserEntity )
inlineprotected

Definition at line 91 of file SCR_LoadItemsAction.c.

◆ PerformContinuousAction()

override void SCR_LoadItemsAction::PerformContinuousAction ( IEntity pOwnerEntity,
IEntity pUserEntity,
float timeSlice )
inlineprotected

Definition at line 82 of file SCR_LoadItemsAction.c.

Member Data Documentation

◆ m_Data

SCR_FilteredInventoryStorageComponentClass SCR_LoadItemsAction::m_Data
protected

Definition at line 3 of file SCR_LoadItemsAction.c.

◆ m_ItemForTransfer

IEntity SCR_LoadItemsAction::m_ItemForTransfer
protected

Definition at line 6 of file SCR_LoadItemsAction.c.

◆ m_PlayerStorageManager

SCR_InventoryStorageManagerComponent SCR_LoadItemsAction::m_PlayerStorageManager
protected

Definition at line 4 of file SCR_LoadItemsAction.c.

◆ m_TargetStorage

BaseInventoryStorageComponent SCR_LoadItemsAction::m_TargetStorage
protected

Definition at line 5 of file SCR_LoadItemsAction.c.

◆ m_TransferredItem

IEntity SCR_LoadItemsAction::m_TransferredItem
protected

Definition at line 7 of file SCR_LoadItemsAction.c.

◆ REASON_CANNOT_FIT

const string SCR_LoadItemsAction::REASON_CANNOT_FIT = "#AR-UserAction_LoadItems_NoSpace"
protected

Definition at line 9 of file SCR_LoadItemsAction.c.

◆ REASON_NO_ITEMS

const string SCR_LoadItemsAction::REASON_NO_ITEMS = "#AR-UserAction_LoadItems_NoItems"
protected

Definition at line 10 of file SCR_LoadItemsAction.c.


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