Tile - YAi - Attack Player – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "^ ---- \{\{Navbox\/Ylands\}\}" to "{{Stub}} ---- \{\{Navbox\/Ylands\}\}") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!--- | |||
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: () => void, onMoveFailed: () => 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'''. | |||
---- | ---- | ||
{{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.