C# Class Server.Items.Fists

Inheritance: BaseMeleeWeapon
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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

Method 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 method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

Fists() public method

public Fists ( ) : System
return System

Fists() public method

public Fists ( Serial serial ) : System
serial Serial
return System

GetDefendSkillValue() public method

public GetDefendSkillValue ( Mobile attacker, Mobile defender ) : double
attacker Mobile
defender Mobile
return double

Initialize() public static method

public static Initialize ( ) : void
return void

OnSwing() public method

public OnSwing ( Mobile attacker, Mobile defender ) : System.TimeSpan
attacker Mobile
defender Mobile
return System.TimeSpan

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void