Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PersistenceResultCallback.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12void PersistenceResultDelegate(EPersistenceStatusCode statusCode, Managed result, bool isLast, Managed context = null); typedef func PersistenceResultDelegate;
13class PersistenceResultCallback: PersistenceCallback
14{
16 proto void PersistenceResultCallback(PersistenceResultDelegate delegate = null, Managed context = null);
26 event protected void OnResult(EPersistenceStatusCode statusCode, Managed result, bool isLast, Managed context = null);
27
29 proto external bool InvokeDelegate(EPersistenceStatusCode statusCode, Managed result, bool isLast);
30}
31
void OnResult(EPersistenceStatusCode statusCode, Managed result, bool isLast, Managed context=null)
proto external bool InvokeDelegate(EPersistenceStatusCode statusCode, Managed result, bool isLast)
Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnResu...
func PersistenceResultDelegate
EPersistenceStatusCode