GuiScriptEnableHighlighting¶
Set whether syntax highlighting in the script view is enabled.
void GuiScriptEnableHighlighting(bool enable);
Parameters¶
enable True to enable syntax highlighting in the script view, false otherwise.
Return Value¶
This function does not return a value.
Example¶
GuiScriptEnableHighlighting(true);