[This is preliminary documentation and is subject to change.]
Substitutes percent color codes (e.g. %C) with equivalent ampersand color codes (&C).
Also replaces newline codes (%N) with actual newlines (\n).
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] [PureAttribute] public static string ReplacePercentColorCodes( string message )
Parameters
- message
- String
Message to process.
Return Value
Processed string.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | message is null. |