Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Help:Type definitions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

Types

Type Size (bytes) Signedness
u8 1 unsigned
u16 2 unsigned
u32 4 unsigned
u64 8 unsigned
s8 1 signed
s16 2 signed
s32 4 signed
s64 8 signed

Notations

Notation Meaning
X[n] n-sized array of X elements
X* pointer to an element of type X