User Tools

Site Tools


cobjects:basic_types

This is an old revision of the document!


Basic Binary Types

Name Size Description
Bool 1 Boolean type, either 0 or 1
Byte 1
Int 4 Integer
Float32 4 Floating point number
String 4 + string length Pascal-style string (Integer length, char0, char1, char2)
StringZ 1 + string length C-style string (char0, char1 … charN, \0)
Not a native type, probably used in foreign objects only
Poly2D
CID 8 two integers, the first one is FIXME: always? 0x41d80000
They somehow serve to distinguish between CObject classes
cobjects/basic_types.1310134674.txt.gz · Last modified: 2011-07-08 14:17 by edheldil