Hello
On http://www.lfs.net/?page=LYT there is list of object types:
But it is just the names, no numbers are assigned to the constants?
I would like to do things like
Of course could just make such list myself like
but would defeat the point of having such official list of constants in the first place?
On http://www.lfs.net/?page=LYT there is list of object types:
...
AXO_18
AXO_19
AXO_CONE_RED
AXO_CONE_RED2
AXO_CONE_RED3
AXO_CONE_BLUE
...
But it is just the names, no numbers are assigned to the constants?
I would like to do things like
if (objectType == AXO_CONE_RED) { ... }
Of course could just make such list myself like
AXO_CONE_RED = 20
etc
but would defeat the point of having such official list of constants in the first place?