List of SDK Data Structures

From ActiveWiki
Revision as of 13:47, 23 May 2007 by Legion (talk | contribs) (+cat Category: Lists)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(This is preliminary documentation and is subject to change)

Version 4 introduced new object types. The definitions for these object types are stored in a binary data attribute AW_OBJECT_DATA.


Two new variable types were introduced:


Binary data structures in AW_OBJECT_DATA are defined for the following object types:


Note, all these data structures are byte-aligned. It is highly recommended to use the structure definitions from AW.h, or using a pre-compiler statement like #pragma pack (1).