Atdump
From ActiveWiki
An atdump is a file that contains the attributes of the world. It can be used to backup and restore a worlds attributes. Together with the elevdump (world terrain) and propdump (world property) it forms a complete backup of a world.
[edit] Atdump structure
Each line of the atdump contains two parts:
- The ID of the attribute to set (Note, this is not the AW_ATTRIBUTE value defined in Aw.h of the SDK).
- The value.
See World Attributes for a list.
[edit] See also
- SDK: aw_world_attribute_set
- SDK: aw_world_attribute_get
- SDK: SDK_Attributes
- SDK: World Attributes
