WoW:ChatTypeId: Difference between revisions

20 bytes removed ,  30 September 2013
m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
{{wowapitype}}<br>
{{wowapitype}}
 
These are the chat types used by [[API SendChatMessage|SendChatMessage("msg" [,"type" [,"lang" [,"channel"] ] ])]].
These are the chat types used by [[API SendChatMessage|SendChatMessage("msg" [,"type" [,"lang" [,"channel"] ] ])]].


== Values ==
== Values ==
; <tt>"SAY"</tt> : Speech to nearby players (/say).
; <tt>"SAY"</tt> : Speech to nearby players (/say).
; <tt>"EMOTE"</tt> : Text emote to nearby players (/em) (Use [[API DoEmote|DoEmote("action")]] for voice emotes)
; <tt>"EMOTE"</tt> : Text emote to nearby players (/em) (Use [[API DoEmote|DoEmote("action")]] for voice emotes)
; <tt>"YELL"</tt> : Yell to not so nearby players (/yell).
; <tt>"YELL"</tt> : Yell to not so nearby players (/yell).
; <tt>"PARTY"</tt> : Message to party members (/p)
; <tt>"PARTY"</tt> : Message to party members (/p)
; <tt>"GUILD"</tt> : Message to guild members (/g)
; <tt>"GUILD"</tt> : Message to guild members (/g)
; <tt>"OFFICER"</tt> : Message to guild officers (/o)
; <tt>"OFFICER"</tt> : Message to guild officers (/o)
; <tt>"RAID"</tt> : Message to raid members (/raid)
; <tt>"RAID"</tt> : Message to raid members (/raid)
; <tt>"RAID_WARNING"</tt> : Warning to raid members (/rw)
; <tt>"RAID_WARNING"</tt> : Warning to raid members (/rw)
; <tt>"INSTANCE_CHAT"</tt> : Message to battleground instance group (/i)
; <tt>"INSTANCE_CHAT"</tt> : Message to battleground instance group (/i)
; <tt>"BATTLEGROUND"</tt> : Message to battleground raid group (/bg)
; <tt>"BATTLEGROUND"</tt> : Message to battleground raid group (/bg)
; <tt>"WHISPER"</tt> : Message to a specific other player (/whisper) - Player name provided as channel.
; <tt>"WHISPER"</tt> : Message to a specific other player (/whisper) - Player name provided as channel.
; <tt>"CHANNEL"</tt> : Message to a specific chat channel (/1,/2,...) - Channel number provided as channel
; <tt>"CHANNEL"</tt> : Message to a specific chat channel (/1,/2,...) - Channel number provided as channel
; <tt>"AFK"</tt>: Not a real channel; sets your [[AFK]] message to the message you send. Send an empty message to clear AFK status.
; <tt>"AFK"</tt>: Not a real channel; sets your [[AFK]] message to the message you send. Send an empty message to clear AFK status.
; <tt>"DND"</tt>: Not a real channel; sets your [[DND]] message to the message you send. Send an empty message to clear DND status.
; <tt>"DND"</tt>: Not a real channel; sets your [[DND]] message to the message you send. Send an empty message to clear DND status.