Tile - YAi - Attack Player – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
No edit summary
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Attack Player(Entity, Target Player, Speed Override, Aggessivity Override, On Move End, On Move Failed) ==
[[File:YlandsTile-845.png]]
<pre>static attackPlayer(instigator: YEntity, targetPlayer: YCharacter, speedOverride: YSpeedOverride, aggressivityOverride: YAggressivityOverride, onMoveEnd: () =&gt; void, onMoveFailed: () =&gt; void): void;</pre>
=== Parameters ===
==== instigator ====
==== targetPlayer ====
==== speedOverride ====
==== aggressivityOverride ====
==== onMoveEnd ====
==== onMoveFailed ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Not in Edu|Not in Edu]]
=== Description ===
Instructs the target '''actor''' to '''attack''' the target '''player'''.
=== 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'''.




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


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

Revision as of 12:16, 12 November 2021

Attack Player(Entity, Target Player, Speed Override, Aggessivity Override, On Move End, On Move Failed)

YlandsTile-845.png

static attackPlayer(instigator: YEntity, targetPlayer: YCharacter, speedOverride: YSpeedOverride, aggressivityOverride: YAggressivityOverride, onMoveEnd: () => void, onMoveFailed: () => void): void;

Parameters

instigator

targetPlayer

speedOverride

aggressivityOverride

onMoveEnd

onMoveFailed

Availability

Server, Not in Edu

Description

Instructs the target actor to attack the target player.

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.