C# 클래스 Server.Items.BaseTool

상속: Server.BaseItem, IUsesRemaining
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BaseTool ( Server.Serial serial ) : System
BaseTool ( int itemID ) : System
BaseTool ( int uses, int itemID ) : System
CheckAccessible ( Item tool, Server.Mobile m ) : bool
CheckTool ( Item tool, Server.Mobile m ) : bool
Deserialize ( Server.GenericReader reader ) : void
DisplayDurabilityTo ( Server.Mobile m ) : void
GetProperties ( ObjectPropertyList list ) : void
GetUsesScalar ( ) : int
OnCraft ( int quality, bool makersMark, Server.Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
ScaleUses ( ) : void
Serialize ( Server.GenericWriter writer ) : void
UnscaleUses ( ) : void

메소드 상세

BaseTool() 공개 메소드

public BaseTool ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

BaseTool() 공개 메소드

public BaseTool ( int itemID ) : System
itemID int
리턴 System

BaseTool() 공개 메소드

public BaseTool ( int uses, int itemID ) : System
uses int
itemID int
리턴 System

CheckAccessible() 공개 정적인 메소드

public static CheckAccessible ( Item tool, Server.Mobile m ) : bool
tool Item
m Server.Mobile
리턴 bool

CheckTool() 공개 정적인 메소드

public static CheckTool ( Item tool, Server.Mobile m ) : bool
tool Item
m Server.Mobile
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

DisplayDurabilityTo() 공개 메소드

public DisplayDurabilityTo ( Server.Mobile m ) : void
m Server.Mobile
리턴 void

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
리턴 void

GetUsesScalar() 공개 메소드

public GetUsesScalar ( ) : int
리턴 int

OnCraft() 공개 메소드

public OnCraft ( int quality, bool makersMark, Server.Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
quality int
makersMark bool
from Server.Mobile
craftSystem Server.Engines.Craft.CraftSystem
typeRes System.Type
tool BaseTool
craftItem Server.Engines.Craft.CraftItem
resHue int
리턴 int

OnDoubleClick() 공개 메소드

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

OnSingleClick() 공개 메소드

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

ScaleUses() 공개 메소드

public ScaleUses ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void

UnscaleUses() 공개 메소드

public UnscaleUses ( ) : void
리턴 void