Ui::displayHelpTextFromStringLabel
shape goes from -1 to 50 (may be more).
p0 is always 0.
Example:
void FloatingHelpText1(char* text)
{
BEGIN_TEXT_COMMAND_DISPLAY_HELP('STRING');
ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME(text);
END_TEXT_COMMAND_DISPLAY_HELP (0, 0, 1, -1);
}
Image:
- imgbin.org/images/26209.jpg
more inputs/icons: (scroll to line 377 and below)
- pastebin.com/nqNYWMSB
Used to be known as _DISPLAY_HELP_TEXT_FROM_STRING_LABEL
Syntax
ui.displayHelpTextFromStringLabel(p0, loop, beep, shape);
Required Arguments
- p0: unknown (to be checked)
- loop: Boolean
- beep: Boolean
- shape: int
Return value
- Undefined
Example
todo