C# 클래스 Server.AosAttributes

상속: BaseAttributes
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddStatBonuses ( Server.Mobile to ) : void
AosAttributes ( Item owner ) : System
AosAttributes ( Item owner, AosAttributes other ) : System
AosAttributes ( Item owner, Server.GenericReader reader ) : System
GetValue ( Server.Mobile m, AosAttribute attribute ) : int
RemoveStatBonuses ( Server.Mobile from ) : void
ToString ( ) : string
this ( AosAttribute attribute ) : int

메소드 상세

AddStatBonuses() 공개 메소드

public AddStatBonuses ( Server.Mobile to ) : void
to Server.Mobile
리턴 void

AosAttributes() 공개 메소드

public AosAttributes ( Item owner ) : System
owner Item
리턴 System

AosAttributes() 공개 메소드

public AosAttributes ( Item owner, AosAttributes other ) : System
owner Item
other AosAttributes
리턴 System

AosAttributes() 공개 메소드

public AosAttributes ( Item owner, Server.GenericReader reader ) : System
owner Item
reader Server.GenericReader
리턴 System

GetValue() 공개 정적인 메소드

public static GetValue ( Server.Mobile m, AosAttribute attribute ) : int
m Server.Mobile
attribute AosAttribute
리턴 int

RemoveStatBonuses() 공개 메소드

public RemoveStatBonuses ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( AosAttribute attribute ) : int
attribute AosAttribute
리턴 int