Tile - YAi - Attack Player – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Stub}}" to "{{Wiki|stub}}")
No edit summary
(2 intermediate revisions by the same 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.
-->
== 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'''.




Line 7: Line 40:


[[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.