C# 클래스 GameMachine.Chat.ChatCommandHandler

상속: ICharacterApi
파일 보기 프로젝트 열기: gamemachine/gamemachine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
groupName string

공개 메소드들

메소드 설명
ChatCommandHandler ( Messenger messenger, IChatUI chatUI, string playerId ) : System
OnCharacterCreateError ( string error ) : void
OnCharacterCreated ( io character ) : void
OnCharacterDeleteError ( string error ) : void
OnCharacterDeleted ( string characterId ) : void
OnCharacterGet ( string playerId, io character ) : void
OnCharacterGetError ( string playerId, string characterId, string error ) : void
OnCharacterSet ( string result ) : void
OnCharacterSetEquippedItems ( string result ) : void
OnCharacterSetEquippedItemsError ( string error ) : void
OnCharacterSetError ( string error ) : void
OnNpcCreated ( bool status ) : void
process ( string command ) : CommandResult

비공개 메소드들

메소드 설명
InviteToChannel ( string characterId, string channel ) : void
IsGuildChannel ( string name ) : bool

메소드 상세

ChatCommandHandler() 공개 메소드

public ChatCommandHandler ( Messenger messenger, IChatUI chatUI, string playerId ) : System
messenger GameMachine.Core.Messenger
chatUI IChatUI
playerId string
리턴 System

OnCharacterCreateError() 공개 메소드

public OnCharacterCreateError ( string error ) : void
error string
리턴 void

OnCharacterCreated() 공개 메소드

public OnCharacterCreated ( io character ) : void
character io
리턴 void

OnCharacterDeleteError() 공개 메소드

public OnCharacterDeleteError ( string error ) : void
error string
리턴 void

OnCharacterDeleted() 공개 메소드

public OnCharacterDeleted ( string characterId ) : void
characterId string
리턴 void

OnCharacterGet() 공개 메소드

public OnCharacterGet ( string playerId, io character ) : void
playerId string
character io
리턴 void

OnCharacterGetError() 공개 메소드

public OnCharacterGetError ( string playerId, string characterId, string error ) : void
playerId string
characterId string
error string
리턴 void

OnCharacterSet() 공개 메소드

public OnCharacterSet ( string result ) : void
result string
리턴 void

OnCharacterSetEquippedItems() 공개 메소드

public OnCharacterSetEquippedItems ( string result ) : void
result string
리턴 void

OnCharacterSetEquippedItemsError() 공개 메소드

public OnCharacterSetEquippedItemsError ( string error ) : void
error string
리턴 void

OnCharacterSetError() 공개 메소드

public OnCharacterSetError ( string error ) : void
error string
리턴 void

OnNpcCreated() 공개 메소드

public OnNpcCreated ( bool status ) : void
status bool
리턴 void

process() 공개 메소드

public process ( string command ) : CommandResult
command string
리턴 CommandResult

프로퍼티 상세

groupName 공개적으로 프로퍼티

public string groupName
리턴 string