![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | BaseContainerObject |
| class | PersistenceCallback |
| class | PersistenceDeferredDeserializeTask |
| class | PersistenceIdUtils |
| class | PersistenceLoadRequest |
| class | PersistenceResultCallback |
| class | PersistenceSpawnRequest |
| class | PersistenceStatusCallback |
| class | PersistenceSystem |
| class | PersistenceWhenAvailableTask |
Typedefs | |
| typedef func | PersistenceResultDelegate |
| typedef func | PersistenceStatusDelegate |
| typedef func | PersistenceWhenAvailableTaskDelegate |
Functions | |
| void | PersistenceResultDelegate (EPersistenceStatusCode statusCode, Managed result, bool isLast, Managed context=null) |
| void | PersistenceStatusDelegate (EPersistenceStatusCode statusCode, Managed context=null) |
| void | PersistenceWhenAvailableTaskDelegate (Managed instance, PersistenceDeferredDeserializeTask task, bool expired, Managed context=null) |
| typedef func PersistenceResultDelegate |
Definition at line 12 of file PersistenceResultCallback.c.
| typedef func PersistenceStatusDelegate |
Definition at line 12 of file PersistenceStatusCallback.c.
Definition at line 12 of file PersistenceWhenAvailableTask.c.
Definition at line 12 of file EPersistenceParentHandling.c.
Definition at line 12 of file EPersistenceParentHandling.c.
Definition at line 12 of file EPersistenceStatusCode.c.
Definition at line 12 of file EPersistenceStatusCode.c.
| Enumerator | |
|---|---|
| INIT | |
| SETUP | |
| ACTIVE | |
| SHUTDOWN | |
| FAILURE | |
| INIT | |
| SETUP | |
| ACTIVE | |
| SHUTDOWN | |
| FAILURE | |
Definition at line 12 of file EPersistenceSystemState.c.
| Enumerator | |
|---|---|
| INIT | |
| SETUP | |
| ACTIVE | |
| SHUTDOWN | |
| FAILURE | |
| INIT | |
| SETUP | |
| ACTIVE | |
| SHUTDOWN | |
| FAILURE | |
Definition at line 12 of file EPersistenceSystemState.c.
| void PersistenceResultDelegate | ( | EPersistenceStatusCode | statusCode, |
| Managed | result, | ||
| bool | isLast, | ||
| Managed | context = null ) |
| void PersistenceStatusDelegate | ( | EPersistenceStatusCode | statusCode, |
| Managed | context = null ) |
| void PersistenceWhenAvailableTaskDelegate | ( | Managed | instance, |
| PersistenceDeferredDeserializeTask | task, | ||
| bool | expired, | ||
| Managed | context = null ) |