Property | Type | Description | |
---|---|---|---|
ColorGlyphs | SupportedColors>.Dictionary |
Method | Description | |
---|---|---|
TranslateColorVariables ( string messages, IEntity recipient ) : IEnumerable |
Translates output text with entity variables (he, she, it, names, directions, etc)
|
|
TranslateColorVariables ( string message, IEntity recipient ) : string |
Translates output text with color codes into proper output
|
|
TranslateEntityVariables ( string messages, IEntity[]>.Dictionary |
Translates output text with entity variables (he, she, it, names, directions, etc)
|
|
TranslateEntityVariables ( string message, IEntity[]>.Dictionary |
Translates output text with entity variables (he, she, it, names, directions, etc)
|
public static TranslateColorVariables ( string messages, IEntity recipient ) : IEnumerable |
||
messages | string | the text array to translate |
recipient | IEntity | the target entity of the message |
return | IEnumerable |
public static TranslateColorVariables ( string message, IEntity recipient ) : string | ||
message | string | the text to translate |
recipient | IEntity | the target entity of the message |
return | string |
public static TranslateEntityVariables ( string messages, IEntity[]>.Dictionary |
||
messages | string | the text array to translate |
entities | IEntity[]>.Dictionary | |
return | IEnumerable |
public static TranslateEntityVariables ( string message, IEntity[]>.Dictionary |
||
message | string | the text to translate |
entities | IEntity[]>.Dictionary | |
return | string |