Frictional Games Forum (read-only)

Full Version: How to get position of entity?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For my mod I need to get the position of an enemy/entity. To get the player's position I can use the Player_GetPosition function. Is there a similar function to get an enemy/entity's position? I am currently unable to find anything referencing this in the documentation.
You can use:

Code:
Map_GetEntity("EntityName").GetPosition();