• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Check tile/item elevation

Is there any way to check if an item has an elevation in TFS 1.3+?
In C++ hasHeight does it on Tile object ("parcels" walking 1->2->3->next floor).
In Lua you can try to reproduce it on Item with:
LUA:
item:hasProperty(CONST_PROP_HASHEIGHT)
 
Solution
Back
Top