Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ScriptedInventoryOperationCallback.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  /*
15  Get the item replication id.
16  *Only valid in Spawn/Insert/Remove inventory operations*
17  */
18  proto external protected RplId GetItem();
19 
20  // callbacks
21 
22  // Override this method to implement callback logic for completed operation
23  event protected void OnComplete();
24  // Override this method to implement callback logic for failed operation
25  event protected void OnFailed();
26 }
27 
InventoryOperationCallback
Definition: InventoryOperationCallback.c:12
ScriptedInventoryOperationCallback
Definition: ScriptedInventoryOperationCallback.c:12