C# 클래스 JailScript, aura

상속: NpcScript
파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
Jail ( Creature, creature, TimeSpan, time ) : void
JailCommand ( ChannelClient client, Creature, sender, Creature, target, string message, IList args ) : CommandResult
Load ( ) : void

보호된 메소드들

메소드 설명
Talk ( ) : Task,

비공개 메소드들

메소드 설명
FormatTS ( TimeSpan, ts ) : string
Warp ( ) : Task,

메소드 상세

Jail() 공개 정적인 메소드

public static Jail ( Creature, creature, TimeSpan, time ) : void
creature Creature,
time TimeSpan,
리턴 void

JailCommand() 공개 메소드

public JailCommand ( ChannelClient client, Creature, sender, Creature, target, string message, IList args ) : CommandResult
client ChannelClient
sender Creature,
target Creature,
message string
args IList
리턴 CommandResult

Load() 공개 메소드

public Load ( ) : void
리턴 void

Talk() 보호된 메소드

protected Talk ( ) : Task,
리턴 Task,