Data types: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 17: Line 17:
* '''x2''': Indicates that the value is premultiplied by 2. x3, x4, etc. mean the same thing but with a different multiplication factor
* '''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
* '''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 types ==
== Enumerations ==


=== Direction ===
=== Direction ===