[This is preliminary documentation and is subject to change.]

Substitutes all fCraft-specific ampersand color codes (like &S/Color.Sys) with the assigned Minecraft colors (like &E/Color.Yellow). Strips any unrecognized sequences. Does not replace percent-codes. Note that LineWrapper itself does this substitution internally.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
[PureAttribute]
public static string SubstituteSpecialColors(
	string input
)

Parameters

input
String
String to process.

Return Value

Processed string.

Exceptions

ExceptionCondition
System..::..ArgumentNullException input is null.

See Also