Tile - YAi - Move To Target – Ylands

From Bohemia Interactive Community
Revision as of 15:24, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Move To Target(Entity, Target Position, Speed Override, Aggessivity Override, On Move End, On Move Failed)

YlandsTile-844.png

static moveToTarget(instigator: YEntity, targetPosition: YVector3, speedOverride: YSpeedOverride, aggressivityOverride: YAggressivityOverride, onMoveEnd: () => void, onMoveFailed: () => void): void;

Parameters

instigator

targetPosition

speedOverride

aggressivityOverride

onMoveEnd

onMoveFailed

Availability

Server

Description

Instructs the target actor to move towards the target position.

Notes

  • It is possible to override Agressivity and Speed of the actor for the duration of the instruction.
  • Calls instructions on Move end or Move failed.