• 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 0.X Get ActionID Position

Roddet

Staff member
Global Moderator
Joined
May 1, 2013
Messages
945
Solutions
103
Reaction score
761
Location
Mex
Hello, a quick question.
Is there a way to get the position from a Tile or Item with X Action id?

I understand i can do that but only with unique ids using this function
getThingPos(UNIQUE_ID)

So it's possbile? Thanks in advance.
 
Last edited:
In list of all functions that have TFS 0.4 i didn't find anything with that can get action_id
I only found that:
Code:
getItemAttribute(uid, key)
You can always try to add getting action_id (aid) by adding in source code (c++) few lines analogously as getItemAttribute(uid, key) but get actionId instead of uniqueId.
Why the hell, there are still people who using older TFS-es while in TFS above 1.0 - item:getActionId() exists and other useful functions too.
 
Back
Top