View Single Post
11/24/20, 10:51 AM   #9
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 179
* GetNormalizedWorldPosition(*integer* _worldId_, *integer* _worldX_, *integer* _worldY_, *integer* _worldZ_)
** _Returns:_ *number* _normalizedX_, *number* _normalizedY_

You'll supply a world position, including the world id. So it doesn't have to be in the world you're in. However, it will be giving you the normalized position on the currently picked map. So if you want to get the normalized position for a different map, then you would need to change the map before calling this function.
  Reply With Quote