![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_BackendCallback |
| Scripted backend callback class unifying backend response. More... | |
Enumerations | |
| enum | EBackendCallbackResponse { SUCCESS, ERROR, TIMEOUT } |
| Basic callback responses. More... | |
Basic callback responses.
Scripted backend callback class base for simple handling of basic responses:
The class is unifying responses type into single response and different them with cashed response enum. Each response type can be listened separately.
| Enumerator | |
|---|---|
| SUCCESS | |
| ERROR | |
| TIMEOUT | |
Definition at line 12 of file SCR_BackendCallback.c.