RenderWare V2.1

Previous Page Index Next Page

RwBool

RwProtoBegin(char *name);

Description

Identifies the beginning of a prototype clump declaration.

Arguments

name Name of the prototype.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

This function overrides any existing prototype of the same name.

This function can only be called within the context of an RwModelBegin()RwModelEnd() block.

See Also

RwClumpBegin()

RwClumpEnd()

RwModelBegin()

RwModelEnd()

RwProtoEnd()

RwProtoInstance()

RwProtoInstanceGeometry()