Tile - YAi - Attack Player – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Attack target to Ylands:Tile - YAi - Attack Player: New Structure)
No edit summary
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 ====
 
=== 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 36:


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

Revision as of 09:53, 8 July 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

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.