m
Move page script moved page API MessageFrame AddMessage to WoW:API MessageFrame AddMessage without leaving a redirect
No edit summary |
m (Move page script moved page API MessageFrame AddMessage to WoW:API MessageFrame AddMessage without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Outputs text to a MessageFrame in the specified color, for a specified amount of time. | Outputs text to a MessageFrame in the specified color, for a specified amount of time. | ||
| Line 17: | Line 14: | ||
:;green : The intensity of the green component. A clamped float between 0.0 and 1.0 | :;green : The intensity of the green component. A clamped float between 0.0 and 1.0 | ||
:;blue : The intensity of the blue component. A clamped float between 0.0 and 1.0 | :;blue : The intensity of the blue component. A clamped float between 0.0 and 1.0 | ||
:;messageId : A user-defined number that specifies which "color group" this message fits into | :;messageId : A user-defined number that specifies which "color group" this message fits into. See the [[ChatTypeInfo|list of system-defined symbolic names]]. [[API GetChatTypeIndex|GetChatTypeIndex]] can be used to turn a symbolic name into an integer index. | ||
:;holdTime : length of time before the message fades out from the frame, in seconds | :;holdTime : length of time before the message fades out from the frame, in seconds | ||