RenderWare V2.1

Previous Page Index Next Page

ProtoBegin <name>

Description

Begins the definition of a prototype.

Arguments

name The name of the prototype.

Comments

The prototype begun with ProtoBegin will be the target of all operation on the current clump under construction until a matching ProtoEnd is found.

ProtoBegin must not be nested within a ClumpBegin ClumpEnd or ProtoBegin ProtoEnd block.

The new prototype will override the definition of any existing prototype with the same name.

API Equivalent

RwProtoBegin()