this player's name will be used to replace the %s
placeholder
new text box position (default is 0, clamped to: 0.0-1.0)
new text box position (default is 0, clamped to: 0.0-1.0)
text lifetime in seconds
text (supports color codes), may contain only one %s
placeholder
Only the first "%s" will be replaced correctly. Following "%s" will be printed as garbage or (v1.32.10, Lua) crash the game.
Using formatters like "%i" will also print garbage and following "%s" wont work either.
See: C stdlib printf documentation.
A better name for the parameter toPlayer
would be fromPlayer
.
See: DisplayTextToPlayer
for the full description.
Also: DisplayTimedTextToPlayer
, BlzDisplayChatMessage
.
Generated using TypeDoc
Displays a trigger message to all players but the first "%s" in the message will be replaced by
GetPlayerName(toPlayer)
.