Data Structures | |
| struct | RwObject |
Typedefs | |
| typedef RwObject *(* | RwObjectCallBack )(RwObject *object, void *data) |
Functions | |
| RwUInt32 | RwObjectGetType (RwObject *object) |
A base object from which some RenderWare objects are derived.
RwObject-derived objects are:
It is therefore possible to write functions that simulate C++'s polymorphism features by querying the RwObject ID of a passed RwObject and acting on the result.
|
|
RwObjectCallBack callback function supplied for object callback functions.
|
|
|
RwObjectGetType is used to retrieve the type ID of the specified object. The ID can be used to identify the type of the object.
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:54 2004.
Send Feedback