Background for Skyrim SE
Member of the clib script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.