String Module
Provides string utility functions used in RearEnd.
Functions and values
| Function or value |
Description
|
|
|
|
|
Full Usage:
String.toColoredString s col
Parameters:
string
col : Color
Returns: ColoredString
Modifiers: inline |
Converts a string to a ColoredString with the specified color.
|
B2R2