Data Fields | |
uint16_t | id |
uint16_t | gid |
uint16_t | flags |
int | x |
int | y |
int | width |
int | height |
uint8_t | type |
bool | visible |
char | name [64] |
Object item info returned by TLN_GetObjectInfo()
uint16_t TLN_ObjectInfo::id |
unique ID
uint16_t TLN_ObjectInfo::gid |
graphic ID (tile index)
uint16_t TLN_ObjectInfo::flags |
attributes (FLAG_FLIPX, FLAG_FLIPY, FLAG_PRIORITY)
int TLN_ObjectInfo::x |
horizontal position
int TLN_ObjectInfo::y |
vertical position
int TLN_ObjectInfo::width |
horizontal size
int TLN_ObjectInfo::height |
vertical size
uint8_t TLN_ObjectInfo::type |
type property
bool TLN_ObjectInfo::visible |
visible property
char TLN_ObjectInfo::name[64] |
name property
Last update on Tue Aug 29 2023 for Tilengine 2.15.1