GetDistance3D

From Nomad DB

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

Syntax

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

Related Pages