Tile - YAi - Attack Player – Ylands
Category: Instructions
| No edit summary | Lou Montana (talk | contribs)  m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") | ||
| Line 37: | Line 37: | ||
| ---- | ---- | ||
| {{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:24, 24 November 2023
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.
 
	