DrawPanelText Function

Draws a raw line of text on a panel, without any markup other than a newline.

bool DrawPanelText(Handle panel, const char[] text)

Parameters

Handle panel

A MenuPanel Handle, or INVALID_HANDLE if inside a MenuAction_DisplayItem callback.

const char[] text

Display text to use.

Return Value

True on success, false if raw lines are not supported.

Errors

Invalid Handle.