C# 클래스 Server.Misc.WeightOverloading

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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

메소드 상세

EventSink_Movement() 공개 정적인 메소드

public static EventSink_Movement ( MovementEventArgs e ) : void
e MovementEventArgs
리턴 void

FatigueOnDamage() 공개 정적인 메소드

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

GetMaxWeight() 공개 정적인 메소드

public static GetMaxWeight ( Mobile m ) : int
m Mobile
리턴 int

GetStamLoss() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsOverloaded() 공개 정적인 메소드

public static IsOverloaded ( Mobile m ) : bool
m Mobile
리턴 bool