AW OBJECT TYPE
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
- AW_CALLBACK_OBJECT_QUERY
- AW_EVENT_CELL_OBJECT
- AW_EVENT_ENTITY_LINKS
- AW_EVENT_OBJECT_ADD
- AW_EVENT_OBJECT_BUMP
- AW_EVENT_OBJECT_CLICK
- aw_object_add
- aw_object_change
- aw_object_load