Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PersistenceResultCallback.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
void
PersistenceResultDelegate
(
EPersistenceStatusCode
statusCode, Managed result,
bool
isLast, Managed context = null);
typedef
func
PersistenceResultDelegate
;
13
class
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
func
func
Definition
SCR_AIThreatSystem.c:6
PersistenceCallback
Definition
PersistenceCallback.c:13
PersistenceResultCallback::OnResult
void OnResult(EPersistenceStatusCode statusCode, Managed result, bool isLast, Managed context=null)
PersistenceResultCallback::InvokeDelegate
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...
PersistenceResultDelegate
func PersistenceResultDelegate
Definition
PersistenceResultCallback.c:12
EPersistenceStatusCode
EPersistenceStatusCode
Definition
EPersistenceStatusCode.c:13
scripts
Game
generated
Plugins
Persistence
System
PersistenceResultCallback.c
Generated by
1.17.0