Main Page
Modules Alphabetical List Data Structures Data Fields
Detailed Description
Integer Types
RenderWare supports a number of integer types:
RwInt8 8-bit signed integer.
- RwUInt8 8-bit unsigned integer.
- RwChar Character type.
- RwInt16 16-bit signed integer.
- RwUInt16 16-bit unsigned integer.
- RwInt32 32-bit signed integer.
- RwUInt32 32-bit unsigned integer.
- RwInt64 64-bit signed integer.
- RwUInt64 64-bit unsigned integer.
- RwInt128 128-bit signed integer.
- RwUInt128 128-bit unsigned integer.
- RwBool Boolean type (in 32 bits).
These types should be used in applications in preference to the
underlying native types.
The following constants indicate the maximum and minimum values
possible for the various RenderWare integer types:
- RwInt32MAXVAL Maximum RwInt32 value.
- RwInt32MINVAL Minimum RwInt32 value.
- RwUInt32MAXVAL Maximum RwUInt32 value.
- RwUInt32MINVAL Minimum RwUInt32 value.
- RwInt16MAXVAL Maximum RwInt16 value.
- RwInt16MINVAL Minimum RwInt16 value.
- RwUInt16MAXVAL Maximum RwUInt16 value.
- RwUInt16MINVAL Minimum RwUInt16 value.
- See also:
- RwReal
Typedef Documentation
© 1993-2003 Criterion Software Limited. All
rights reserved. Built Tue Apr 22 12:46:12 2003. Send Feedback