RwGetClumpImmediateCallBack(RwClump *clump);
Description
Gets the function called when a clump is to be rendered. NULL indicates that no function is called, and the clump is just rendered.
Arguments
clump Clump to get the callback function from.
Return Value
Function which will be called when a clump is to be rendered. NULL if there is no callback and the clump is simply rendered.
See Also