RenderWare V2.1

Previous Page Index Next Page

RwBool

RwModelEnd(void);

Description

Marks the end of a model definition.

Arguments

None.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

An RwModelBegin()RwModelEnd() block may have any number of prototype clump declarations but must have one, and only one, top-level RwClumpBegin()RwClumpEnd().

RwModelEnd() will destroy all prototypes defined since the previous RwModelBegin().

See Also

RwClumpBegin()

RwClumpEnd()

RwModelBegin()

RwProtoBegin()

RwProtoEnd()