Data types: Difference between revisions

151 bytes added ,  3 months ago
no edit summary
No edit summary
No edit summary
 
Line 17:
* '''x2''': Indicates that the value is premultiplied by 2. x3, x4, etc. mean the same thing but with a different multiplication factor
* '''bcd''': Indicates the the value is stored in binary-coded decimal
* '''0-based''': Indicates that the value is stored as one less than it is described (for example, a value of 0 indicates that a monster has 1 health left)
 
== Enumeration typesEnumerations ==
 
=== Direction ===