Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SaveGameOperationCallback.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12void SaveGameOperationDelegate(bool success, Managed context = null); typedef func SaveGameOperationDelegate;
13class SaveGameOperationCallback: SaveGameCallback
14{
16 proto void SaveGameOperationCallback(SaveGameOperationDelegate delegate = null, Managed context = null);
22 event protected void OnCompleted(bool success, Managed context = null);
23
25 proto external bool InvokeDelegate(bool success);
26}
27
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 OnComp...
func SaveGameOperationDelegate