-
Notifications
You must be signed in to change notification settings - Fork 10
Basics of Search
tomvita edited this page Feb 28, 2023
·
17 revisions
Data types is how the bits in memory are representing numbers
Unsigned integer of 8, 16 and 32 bit respectively. u32 is the most common, u16 is used by 16 bit games, u8 is sometimes used by game that combine two attribute into one variable.