51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
130 = CollisionLayers
132 = Compatible
CVALUE(number)
Makes a game value of type 'class', given the class number. You can also
specify the class name instead of the number.
HEROMESH_ESCAPE(blob)
Converts blob representation of a game string into escaped format.
HEROMESH_TYPE(value)
The type of a game value, given as a 64-bit integer. The types are
'class', 'number', 'string', 'object', and 'sound'.
|
>
>
>
>
|
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
130 = CollisionLayers
132 = Compatible
CVALUE(number)
Makes a game value of type 'class', given the class number. You can also
specify the class name instead of the number.
HASH(data,algorithm)
Make the hash of the data as a binary blob. See hash.h for a list of the
valid numbers to use as the hash algorithm numbers.
HEROMESH_ESCAPE(blob)
Converts blob representation of a game string into escaped format.
HEROMESH_TYPE(value)
The type of a game value, given as a 64-bit integer. The types are
'class', 'number', 'string', 'object', and 'sound'.
|