C4 Engine
C4 Engine API Documentation

Completable::GetCompletionCookie

Defined in:  TSCompletable.h
Returns the cookie that is passed to the completion callback function.
Prototype

void *GetCompletionCookie(voidconst;

Description
The GetCompletionCookie function returns the cookie that is passed to the completion callback function. The cookie is undefined until it is set by calling either the Completable::SetCompletionCallback function or the Completable::SetCompletionCookie function.
See Also

Completable::GetCompletionCallback

Completable::SetCompletionCallback

Completable::SetCompletionCookie

Completable::HandleCompletion