C# Class Server.Misc.WeightOverloading

Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
EventSink_Movement ( MovementEventArgs e ) : void
FatigueOnDamage ( Mobile m, int damage ) : void
GetMaxWeight ( Mobile m ) : int
GetStamLoss ( Mobile from, int overWeight, bool running ) : int
Initialize ( ) : void
IsOverloaded ( Mobile m ) : bool

Method Details

EventSink_Movement() public static method

public static EventSink_Movement ( MovementEventArgs e ) : void
e MovementEventArgs
return void

FatigueOnDamage() public static method

public static FatigueOnDamage ( Mobile m, int damage ) : void
m Mobile
damage int
return void

GetMaxWeight() public static method

public static GetMaxWeight ( Mobile m ) : int
m Mobile
return int

GetStamLoss() public static method

public static GetStamLoss ( Mobile from, int overWeight, bool running ) : int
from Mobile
overWeight int
running bool
return int

Initialize() public static method

public static Initialize ( ) : void
return void

IsOverloaded() public static method

public static IsOverloaded ( Mobile m ) : bool
m Mobile
return bool