![]() |
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 scripted RestAPI calls.
For callback function you can use any function without arguments or with RestCallback as the only argument. If RestCallback was provided as the argument it will contain RestCallback used for the request that invoked it. Allowed arguments of the function can be found in typedef of RestCallbackFunc.
Examples of callback functions:
You have to set functions on the RestCallback instance for them to be invoked:
Definition at line 71 of file RestCallback.c.