C# 클래스 NetMud.Communication.Messaging.MessagingUtility

Utility methods for messaging output and translation
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorGlyphs SupportedColors>.Dictionary

공개 메소드들

메소드 설명
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 entities ) : IEnumerable

Translates output text with entity variables (he, she, it, names, directions, etc)

TranslateEntityVariables ( string message, IEntity[]>.Dictionary entities ) : string

Translates output text with entity variables (he, she, it, names, directions, etc)

메소드 상세

TranslateColorVariables() 공개 정적인 메소드

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
리턴 IEnumerable

TranslateColorVariables() 공개 정적인 메소드

Translates output text with color codes into proper output
public static TranslateColorVariables ( string message, IEntity recipient ) : string
message string the text to translate
recipient IEntity the target entity of the message
리턴 string

TranslateEntityVariables() 공개 정적인 메소드

Translates output text with entity variables (he, she, it, names, directions, etc)
public static TranslateEntityVariables ( string messages, IEntity[]>.Dictionary entities ) : IEnumerable
messages string the text array to translate
entities IEntity[]>.Dictionary
리턴 IEnumerable

TranslateEntityVariables() 공개 정적인 메소드

Translates output text with entity variables (he, she, it, names, directions, etc)
public static TranslateEntityVariables ( string message, IEntity[]>.Dictionary entities ) : string
message string the text to translate
entities IEntity[]>.Dictionary
리턴 string

프로퍼티 상세

ColorGlyphs 공개적으로 정적으로 프로퍼티

public static Dictionary ColorGlyphs
리턴 SupportedColors>.Dictionary