Tile - YUnit - Play Emote – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(12 intermediate revisions by 3 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. | |||
--> | |||
== Play Emote(Actor, Emote) == | |||
[[File:YlandsTile-157.png]] | |||
<pre>static playEmote(entity: YEntity, emote: YEmote): void;</pre> | |||
=== Parameters === | |||
==== entity ==== | |||
Target actor (Player or NPC) | |||
==== emote ==== | |||
Emote animation to play | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Instructs the target '''actor''' to play an '''emote'''. | |||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | |||
[[Category: Instructions]] |
Latest revision as of 14:35, 24 November 2023
Play Emote(Actor, Emote)
static playEmote(entity: YEntity, emote: YEmote): void;
Parameters
entity
Target actor (Player or NPC)
emote
Emote animation to play
Availability
Description
Instructs the target actor to play an emote.