Difference between revisions of "GetDistance2D"

From Nomad DB
(Created page with "Retrieves the distance between two entities in 2D world space. == Syntax == <pre> GetDistance2D(entityA, entityB) </pre> * '''entityA''' (string): ID of the fir...")
 
 
Line 1: Line 1:
 +
{{Page_WD2}}
 
Retrieves the distance between two entities in 2D world space.
 
Retrieves the distance between two entities in 2D world space.
  

Latest revision as of 19:36, 27 October 2020

Retrieves the distance between two entities in 2D world space.

Syntax

GetDistance2D(entityA, entityB)
  • entityA (string): ID of the first entity
  • entityB (string): ID of the second entity
  • Returns (number): Distance between the specified entities in 2D world space

Related Pages