Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

Integer Types
[Fundamental Types]


Typedefs

typedef signed char  RwInt8
typedef unsigned char  RwUInt8
typedef char  RwChar
typedef short  RwInt16
typedef unsigned short  RwUInt16
typedef int  RwInt32
typedef unsigned int  RwUInt32
typedef long  RwInt64
typedef unsigned long  RwUInt64
typedef long128  RwInt128
typedef u_long128  RwUInt128
typedef RwInt32  RwBool

Detailed Description

Integer Types

Integer Types

RenderWare supports a number of integer types:

RwInt8 8-bit signed integer.

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:

See also:
RwReal

Typedef Documentation

RwBool
 

Boolean type.

See also:
Integer Types
RwChar
 

Character type.

See also:
Integer Types
RwInt128
 

Signed 128 bit integer type.

See also:
Integer Types
RwInt16
 

Signed 16 bit integer type.

See also:
Integer Types
RwInt32
 

Signed 32 bit integer type.

See also:
Integer Types
RwInt64
 

Signed 64 bit integer type.

See also:
Integer Types
RwInt8
 

Signed 8 bit integer type.

See also:
Integer Types
RwUInt128
 

Unsigned 128 bit integer type.

See also:
Integer Types
RwUInt16
 

Unsigned 16 bit integer type.

See also:
Integer Types
RwUInt32
 

Unsigned 32 bit integer type.

See also:
Integer Types
RwUInt64
 

Unsigned 64 bit integer type.

See also:
Integer Types
RwUInt8
 

Unsigned 8bit integer type.

See also:
Integer Types

Criterion Software © 1993-2003 Criterion Software Limited. All rights reserved. Built Tue Apr 22 12:46:12 2003. Send Feedback
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)