Skip to content
XDev edited this page Mar 25, 2023 · 1 revision

CSLog parser documentation by XDev

In CSLog there is a parser class you can access it by using CSLog.Parsing

Arguments:

{RS} Resets the color {FG=Color} Changes the foreground color {BG=Color} Changes the background color

Example:

this is a normal string "Hello, world"

this is a parsed string "{FG=Red}Hello{RS}, {FG=Blue}world"

Clone this wiki locally