Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type uint8
const ( None Type = iota // contains child key/value pairs String // utf-8 string (no 00 bytes) Int // 32-bit signed integer Float // 32-bit float Ptr // 32-bit pointer (deprecated) WString // utf-16 string Color // RGBA8888 color Uint64 // 64-bit unsigned integer CompiledIntByte // 8-bit signed integer CompiledInt0 // integer (can only be 0) CompiledInt1 // integer (can only be 1) )
Click to show internal directories.
Click to hide internal directories.