chatbox/libraries/cl_chatbox¶
Source: gamemode/modules/chatbox/libraries/cl_chatbox.lua
Count visible characters (excluding markup tags)
Documented functions: 4
Functions¶
ax.chatbox:CreateMessagePanel(markupText, maxWidth, revealSpeed)ax.chatbox:InjectColorTags(text, color)CountVisibleChars(text)RevealText(text, maxChars)
ax.chatbox:CreateMessagePanel(markupText, maxWidth, revealSpeed)¶
Create message panel with animated text reveal
Realm: client
ax.chatbox:InjectColorTags(text, color)¶
Inject color tags around text while preserving font tags
Realm: client
CountVisibleChars(text)¶
Count visible characters (excluding markup tags)
Realm: client
RevealText(text, maxChars)¶
Reveal text up to character limit while preserving markup
Realm: client