WoW:API SendSystemMessage: Difference between revisions
Jump to navigation
Jump to search
(remove unnecessary sig; good job otherwise) |
m (Move page script moved page API SendSystemMessage to WoW:API SendSystemMessage without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
Sends a system message to the system message box (mostly written in yellow color) | Sends a system message to the system message box (mostly written in yellow color) | ||
/script | /script SendSystemMessage("msg"); | ||
== Parameters == | == Parameters == | ||
Latest revision as of 04:47, 15 August 2023
Sends a system message to the system message box (mostly written in yellow color)
/script SendSystemMessage("msg");
Parameters
Arguments
- (msg)
- msg
- String, The message to be sent
Example
/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.