![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Object used as callback structure in which you will receive results of Backend requests exposed via ScriptAPIs.
For callback function you can use any function without arguments or with BackendCallback as the only argument. If BackendCallback was provided as the argument it will contain BackendCallback used for the request that invoked it. Allowed arguments of the function can be found in typedef of BackendCallbackFunc.
Examples of callback functions:
You have to set functions on the BackendCallback instance for them to be invoked:
Definition at line 4 of file Backend_Storage.c.