C# Class Server.Items.Fists

Inheritance: BaseMeleeWeapon
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
Fists ( ) : System
Fists ( Serial serial ) : System
GetDefendSkillValue ( Mobile attacker, Mobile defender ) : double
Initialize ( ) : void
OnSwing ( Mobile attacker, Mobile defender ) : System.TimeSpan
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
CheckMove ( Mobile m, SkillName other ) : bool
CheckPreAOSMoves ( Mobile attacker, Mobile defender ) : void
EventSink_DisarmRequest ( DisarmRequestEventArgs e ) : void
EventSink_StunRequest ( StunRequestEventArgs e ) : void
HasFreeHands ( Mobile m ) : bool
StartMoveDelay ( Mobile m ) : void

Method Details

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

Fists() public méthode

public Fists ( ) : System
Résultat System

Fists() public méthode

public Fists ( Serial serial ) : System
serial Serial
Résultat System

GetDefendSkillValue() public méthode

public GetDefendSkillValue ( Mobile attacker, Mobile defender ) : double
attacker Mobile
defender Mobile
Résultat double

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnSwing() public méthode

public OnSwing ( Mobile attacker, Mobile defender ) : System.TimeSpan
attacker Mobile
defender Mobile
Résultat System.TimeSpan

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void