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

Go to the source code of this file.

Classes

class  ScriptedInventoryStorageManagerComponentClass

Functions

void OnItemAdded (BaseInventoryStorageComponent storageOwner, IEntity item)
void OnItemRemoved (BaseInventoryStorageComponent storageOwner, IEntity item)

Variables

ScriptedInventoryStorageManagerComponentClass m_OnItemAddedInvoker = new ScriptInvokerBase<ScriptInvokerEntityAndStorageMethod>()
ref ScriptInvokerBase< ScriptInvokerEntityAndStorageMethodm_OnItemRemovedInvoker = new ScriptInvokerBase<ScriptInvokerEntityAndStorageMethod>()

Function Documentation

◆ OnItemAdded()

void OnItemAdded ( BaseInventoryStorageComponent storageOwner,
IEntity item )
protected

Definition at line 11 of file ScriptedInventoryStorageManagerComponent.c.

◆ OnItemRemoved()

void OnItemRemoved ( BaseInventoryStorageComponent storageOwner,
IEntity item )
protected

Definition at line 19 of file ScriptedInventoryStorageManagerComponent.c.

Variable Documentation

◆ m_OnItemAddedInvoker

◆ m_OnItemRemovedInvoker

ref ScriptInvokerBase<ScriptInvokerEntityAndStorageMethod> m_OnItemRemovedInvoker = new ScriptInvokerBase<ScriptInvokerEntityAndStorageMethod>()

Definition at line 8 of file ScriptedInventoryStorageManagerComponent.c.