Skip to main content

ZBaseType

actualpackageZBaseType
16 items
val byteSize: Int
val entries: EnumEntries<ZBaseType>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
valname
expect val name: String
expect val ordinal: Int
fun valueOf(value: String): ZBaseType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
fun values(): Array<ZBaseType>
Returns an array containing the constants of this enum type, in the order they're declared.
enum entryNONE
NONE
enum entryBYTE
BYTE
enum entryUNSIGNED_BYTE
UNSIGNED_BYTE
enum entrySHORT
SHORT
enum entryUNSIGNED_SHORT
UNSIGNED_SHORT
enum entryINT
INT
enum entryUNSIGNED_INT
UNSIGNED_INT
enum entryFLOAT
FLOAT
enum entryDOUBLE
DOUBLE
enum entryTEXTURE
TEXTURE