GetDistance2D

From Nomad DB
Revision as of 20:36, 27 October 2020 by SpeckBomber (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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