WoW:API DoEmote: Difference between revisions

52 bytes removed ,  8 February 2008
Added an example for the target as the previous information was incorrect (not the player name, but the word 'target' or 'targettarget')
mNo edit summary
(Added an example for the target as the previous information was incorrect (not the player name, but the word 'target' or 'targettarget'))
Line 15: Line 15:
:("token", "message")
:("token", "message")
:;token : String - the token that describes which emote is being used.  See [[API_TYPE_Emotes_Token|Emotes Tokens]]
:;token : String - the token that describes which emote is being used.  See [[API_TYPE_Emotes_Token|Emotes Tokens]]
:;message : String - target / additional command for the emote? It appears that if this is a player name, then the emote is "done" to the player for emotes that support that.
:;message : String - target for the emote. For example: DoEmote("dance", target) will cause you to dance with your target.


----
----
Anonymous user