![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Initialize (IEntity owner, InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called upon task initialization owner is Entity with attached InventoryStorageManagerComponent (when adding to tasks queue). | |
| void | Start (InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called before first Update, when task is start executing. | |
| void | Update (float dt, InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called on update. | |
| bool | IsComplete (InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Task should return true when done, otherwise it won't be released by manager. | |
| void | OnTaskCompleted () |
| Called only when I have completed. | |
| void | Initialize (IEntity owner, InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called upon task initialization owner is Entity with attached InventoryStorageManagerComponent (when adding to tasks queue). | |
| void | Start (InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called before first Update, when task is start executing. | |
| void | Update (float dt, InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Called on update. | |
| bool | IsComplete (InventoryStorageSlot slot, IEntity item, bool removeOp) |
| Task should return true when done, otherwise it won't be released by manager. | |
| void | OnTaskCompleted () |
| Called only when I have completed. | |
Definition at line 12 of file ScriptedInventoryTask.c.
|
protected |
Called upon task initialization owner is Entity with attached InventoryStorageManagerComponent (when adding to tasks queue).
|
protected |
Called upon task initialization owner is Entity with attached InventoryStorageManagerComponent (when adding to tasks queue).
|
inlineprotected |
Task should return true when done, otherwise it won't be released by manager.
Definition at line 25 of file ScriptedInventoryTask.c.
|
inlineprotected |
Task should return true when done, otherwise it won't be released by manager.
Definition at line 25 of file ScriptedInventoryTask.c.
|
protected |
Called only when I have completed.
|
protected |
Called only when I have completed.
|
protected |
Called before first Update, when task is start executing.
|
protected |
Called before first Update, when task is start executing.
|
protected |
Called on update.
|
protected |
Called on update.