C4 Engine
C4 Engine API Documentation

Drawable::SetNextDrawable

Defined in:  C4Renderable.h
Sets the next drawable in the linked list of drawables.
Prototype

void SetNextDrawable(Drawable *drawable);

Parameters
drawable The drawable that will follow the drawable for which this function is called.
Description
See Also

Drawable::GetNextDrawable