AW OBJECT TYPE

From ActiveWiki
Jump to navigation Jump to search


AW_OBJECT_TYPE

Type

Integer

Description

Object type.

Notes

This attribute may have one of the following values (as defined in Aw.h):

AW_OBJECT_TYPE_V3
'plain' object, version 3 and earlier.
AW_OBJECT_TYPE_ZONE (1)
Zone object.
AW_OBJECT_TYPE_PARTICLES (1)
Particle emitter object.
AW_OBJECT_TYPE_MOVER (1)
Mover object.
AW_OBJECT_TYPE_CAMERA (1)
Camera object.

(1) These will use AW_OBJECT_DATA for all the object type specific data.

Used by

See also