[This is preliminary documentation and is subject to change.]
Replaces emote keywords with actual emotes, using Chat.EmoteKeywords mapping.
Keywords are enclosed in curly braces, and are case-insensitive.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[PureAttribute] [NotNullAttribute] public static string ReplaceEmoteKeywords( string message )
Parameters
- message
- String
String to process.
Return Value
Processed string.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | input is null. |