Thread Tools Display Modes
Prev Previous Post   Next Post Next
11/23/22, 10:59 AM   #1
hylomorph
Join Date: Nov 2022
Posts: 2
Get the coordinates of siege engines

Does anyone know if you can get the world position of a siege engine (ballista, etc) placed by the player?

I know the following does not work:

With the reticle over the siege engine, the following only returns (0, 0, 0):

Lua Code:
  1. GetUnitRawWorldPosition("reticleover")

While interacting with the siege engine, this also returns (0, 0, 0):

Lua Code:
  1. GetUnitWorldPosition("interact")
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Get the coordinates of siege engines


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off