- Found in:
- cLib
stringfunctioncColoredText(stringaString, boolddInstalled=false, stringtextColorHex="", stringtrimWhere="")Global
Description
Documentation String
Requirements: SKSE:Hard, SkyUI:Soft unsure if hard
Documentation Comment
Returns text with MCM menu color formatting
Caveats
Parameters
stringaString
boolddInstalled=false
stringtextColorHex=""
stringtrimWhere=""
Examples
Auto-Generated Example
string myString__aString
bool myBool__ddInstalled
string myString__textColorHex
string myString__trimWhere
string returnedValue = clib.cColoredText(myString__aString, myBool__ddInstalled, myString__textColorHex, myString__trimWhere)