HelpText — Client
ShowHelpText
Displays a help text notification on screen.
Bridge.HelpText.ShowHelpText(text)| Parameter | Type | Description |
|---|---|---|
| text | string | Text to display |
HideHelpText
Hides the currently displayed help text.
Bridge.HelpText.HideHelpText()