WoW API: SendSystemMessage

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API SendSystemMessage to API SendSystemMessage without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SendSystemMessage

Sends a system message to the system message box (mostly written in yellow color)

/script SendSystemMessage("msg");

Parameters[edit]

Arguments[edit]

(msg)
msg
String, The message to be sent


Example[edit]

/script SendSystemMessage("MyAddOn just loaded");


Just like print it will only be seen from the current user.

The WOW-Client uses SendSystemMessage to inform you, for example, that someome bought something from you in the auction house.