![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnItemAdded (IEntity item, BaseInventoryStorageComponent storageOwner) |
| void | OnItemRemoved (IEntity item, BaseInventoryStorageComponent storageOwner) |
| override array< ref SCR_ScenarioFrameworkActionBase > | GetActions () |
Definition at line 2 of file SCR_ScenarioFrameworkPluginOnInventoryChange.c.
|
inlineprotected |
Definition at line 88 of file SCR_ScenarioFrameworkPluginOnInventoryChange.c.
|
inlineprotected |
Handles inventory item addition, debugs, and triggers actions on item addition.
| [in] | item | Adds an item to inventory, triggers actions on item addition. |
| [in] | storageOwner | Represents the entity owning the inventory where an item is added. |
Definition at line 57 of file SCR_ScenarioFrameworkPluginOnInventoryChange.c.
|
inlineprotected |
Handles inventory item removal, debugs, and triggers actions on item removal.
| [in] | item | Removes an item from inventory, triggers actions on item removal. |
| [in] | storageOwner | Represents the entity owning the inventory where item is removed from. |
Definition at line 74 of file SCR_ScenarioFrameworkPluginOnInventoryChange.c.