![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnCompleted (bool success, Managed context=null) |
| proto external bool | InvokeDelegate (bool success) |
| Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted. | |
| void | OnCompleted (bool success, Managed context=null) |
| proto external bool | InvokeDelegate (bool success) |
| Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted. | |
Definition at line 13 of file SaveGameOperationCallback.c.
Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted.
Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted.
|
protected |
Will use the delegate passed to constructor if not implemented
| statusCode | The result status. OK as expected result, anything else needs handling / logging / throwing errors. |
| context | The optional context instance passed to constructor. |
|
protected |
Will use the delegate passed to constructor if not implemented
| statusCode | The result status. OK as expected result, anything else needs handling / logging / throwing errors. |
| context | The optional context instance passed to constructor. |