Tile - YAi - Attack Player – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
==== onMoveFailed ==== | ==== onMoveFailed ==== | ||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Not in Edu|Not in Edu]] | |||
=== Description === | === Description === |
Revision as of 11:16, 12 November 2021
Attack Player(Entity, Target Player, Speed Override, Aggessivity Override, On Move End, On Move Failed)
static attackPlayer(instigator: YEntity, targetPlayer: YCharacter, speedOverride: YSpeedOverride, aggressivityOverride: YAggressivityOverride, onMoveEnd: () => void, onMoveFailed: () => void): void;
Parameters
instigator
targetPlayer
speedOverride
aggressivityOverride
onMoveEnd
onMoveFailed
Availability
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.