Arma Reforger Script API
|
This is the complete list of members for ScriptedInventoryTask, including all inherited members.
Initialize(IEntity owner, InventoryStorageSlot slot, IEntity item, bool removeOp) | ScriptedInventoryTask | protected |
IsComplete(InventoryStorageSlot slot, IEntity item, bool removeOp) | ScriptedInventoryTask | protected |
OnTaskCompleted() | ScriptedInventoryTask | protected |
SetSlotOperation(InventoryStorageSlot slot, IEntity item, bool removeOp) | ScriptedInventoryTask | |
Start(InventoryStorageSlot slot, IEntity item, bool removeOp) | ScriptedInventoryTask | protected |
Then(BaseInventoryTask nextTask) | BaseInventoryTask | |
Update(float dt, InventoryStorageSlot slot, IEntity item, bool removeOp) | ScriptedInventoryTask | protected |