Hi,
The documentation doesnt mention that you can se locX and locY for the function getObject.
, but this does work and is being used in the CastleDemo:
local objects = mte.getObject({level = player.level, locX = player.locX, locY = player.locY})
Also, I noticed that “getObjectProperties” is not listed in the “API Index”.
Maybe I missed something. I hope this can make the documentation more complete.
MTE is great!