Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptedInventoryOperationCallback.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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 // Override this method to implement callback logic for completed operation for multiple item spawns
27 event protected void OnAllComplete();
28 // Override this method to implement callback logic for failed operation for multiple item spawns
29 event protected void OnAllFailed();
30}
31
Replication item identifier.
Definition RplId.c:14