impulseRichText
Used for colored text, integrated into the chatbox.
Functions
impulseRichText:AddText(...)
View source »Appends text to the panel.
Parameters
-
...
Anything.
impulseRichText:SetScrollBarVisible(visible)
View source »Makes the scrollbar visible.
Parameters
-
visible
boolean
Is the scrollbar visible.
impulseRichText:SetTextRaw(text, hook)
View source »Updates the text displayed to the text provided, with the option parameter to hook onto the draw function.
Parameters
-
text
string
The text to update the panel to.
-
hook
function
optional
Hook for drawing this RichText.