C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Completable::GetCompletionData

Defined in:  C4Completable.h
Returns the data value that is passed to the completion procedure.
Prototype

dataType GetCompletionData(voidconst;

Description
The GetCompletionData function returns the data value of type dataType that is passed to the completion procedure. The type dataType is one of the template parameters for the Completable class. The data value is undefined until it is set through either of the Completable::SetCompletionProc or Completable::SetCompletionData functions.
See Also
Completable::GetCompletionProc

Completable::SetCompletionProc

Completable::SetCompletionData

Completable::CallCompletionProc