Tile - YAi - Attack Player – Ylands

From Bohemia Interactive Community
Revision as of 12:16, 12 November 2021 by YlandsClassyBot (talk | contribs)
Jump to navigation Jump to search

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.