C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Completable::CallCompletionProc

Defined in:  C4Completable.h
Invokes the completion procedure for an object.
Prototype

void CallCompletionProc(void);

Description
The CallCompletionProc function invokes the currently installed completion procedure for an object. If no completion procedure is installed, then calling CallCompletionProc has no effect. A completion procedure is installed by calling Completable::SetCompletionProc.
See Also

Completable::GetCompletionProc

Completable::SetCompletionProc

Completable::GetCompletionData

Completable::SetCompletionData