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.
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |