[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: fCraftAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | input is null. |