Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SaveGameOperationCallback Class Reference
Inheritance diagram for SaveGameOperationCallback:
SaveGameCallback SaveGameCallback

Protected Member Functions

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 OnCompleted.
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 OnCompleted.

Detailed Description

Definition at line 13 of file SaveGameOperationCallback.c.

Member Function Documentation

◆ InvokeDelegate() [1/2]

proto external bool SaveGameOperationCallback::InvokeDelegate ( bool success)
protected

Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted.

◆ InvokeDelegate() [2/2]

proto external bool SaveGameOperationCallback::InvokeDelegate ( bool success)
protected

Invoke the delegate assigned to this callback. Returns false if there is none. To be used from OnCompleted.

◆ OnCompleted() [1/2]

void SaveGameOperationCallback::OnCompleted ( bool success,
Managed context = null )
protected

Will use the delegate passed to constructor if not implemented

Parameters
statusCodeThe result status. OK as expected result, anything else needs handling / logging / throwing errors.
contextThe optional context instance passed to constructor.

◆ OnCompleted() [2/2]

void SaveGameOperationCallback::OnCompleted ( bool success,
Managed context = null )
protected

Will use the delegate passed to constructor if not implemented

Parameters
statusCodeThe result status. OK as expected result, anything else needs handling / logging / throwing errors.
contextThe optional context instance passed to constructor.

The documentation for this class was generated from the following file: