C# Class JailScript, aura

Inheritance: NpcScript
Afficher le fichier Open project: aura-project/aura Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Talk ( ) : Task,

Private Methods

Méthode Description
FormatTS ( TimeSpan, ts ) : string
Warp ( ) : Task,

Method Details

Jail() public static méthode

public static Jail ( Creature, creature, TimeSpan, time ) : void
creature Creature,
time TimeSpan,
Résultat void

JailCommand() public méthode

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

Load() public méthode

public Load ( ) : void
Résultat void

Talk() protected méthode

protected Talk ( ) : Task,
Résultat Task,