DrawPanelText
Draws a raw line of text on a panel, without any markup other than a newline.
native bool DrawPanelText(Handle panel, const char[] text)Parameters
A MenuPanel Handle, or INVALID_HANDLE if inside a
MenuAction_DisplayItem callback.
const char[] text
Display text to use.
Return Value
bool True on success, false if raw lines are not supported.Error
Invalid Handle.