Tile - YAi - Move To Target – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Stub}}" to "{{Wiki|stub}}")
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Wiki|stub}}
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Move To Target(Entity, Target Position, Speed Override, Aggessivity Override, On Move End, On Move Failed) ==
 
[[File:YlandsTile-844.png]]
 
<pre>static moveToTarget(instigator: YEntity, targetPosition: YVector3, speedOverride: YSpeedOverride, aggressivityOverride: YAggressivityOverride, onMoveEnd: () =&gt; void, onMoveFailed: () =&gt; void): void;</pre>
=== Parameters ===
 
==== instigator ====
 
==== targetPosition ====
 
==== speedOverride ====
 
==== aggressivityOverride ====
 
==== onMoveEnd ====
 
==== onMoveFailed ====
 
=== Availability ===
 
[[Ylands:Tile Availability - Server|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'''.




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.3]]

Latest revision as of 15:24, 24 November 2023

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.