C# Class JailScript, aura

Inheritance: NpcScript
Datei anzeigen Open project: aura-project/aura Class Usage Examples

Public Methods

Method Description
Jail ( Creature, creature, TimeSpan, time ) : void
JailCommand ( ChannelClient client, Creature, sender, Creature, target, string message, IList args ) : CommandResult
Load ( ) : void

Protected Methods

Method Description
Talk ( ) : Task,

Private Methods

Method Description
FormatTS ( TimeSpan, ts ) : string
Warp ( ) : Task,

Method Details

Jail() public static method

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

JailCommand() public method

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

Load() public method

public Load ( ) : void
return void

Talk() protected method

protected Talk ( ) : Task,
return Task,