C# Class Server.Misc.WeightOverloading

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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 méthode

public static EventSink_Movement ( MovementEventArgs e ) : void
e MovementEventArgs
Résultat void

FatigueOnDamage() public static méthode

public static FatigueOnDamage ( Mobile m, int damage ) : void
m Mobile
damage int
Résultat void

GetMaxWeight() public static méthode

public static GetMaxWeight ( Mobile m ) : int
m Mobile
Résultat int

GetStamLoss() public static méthode

public static GetStamLoss ( Mobile from, int overWeight, bool running ) : int
from Mobile
overWeight int
running bool
Résultat int

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsOverloaded() public static méthode

public static IsOverloaded ( Mobile m ) : bool
m Mobile
Résultat bool