C# 클래스 Server.Items.AddonComponent

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

Private Properties

프로퍼티 타입 설명
AddonComponent

공개 메소드들

메소드 설명
AddonComponent ( Serial serial )
ApplyLightTo ( Server.Items.Item item ) : void
Deserialize ( GenericReader reader ) : void
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnLocationChange ( Point3D old ) : void
OnMapChange ( ) : void
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
AddonComponent ( int itemID )

메소드 상세

AddonComponent() 공개 메소드

public AddonComponent ( Serial serial )
serial Serial

ApplyLightTo() 공개 정적인 메소드

public static ApplyLightTo ( Server.Items.Item item ) : void
item Server.Items.Item
리턴 void

Deserialize() 공개 메소드

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

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnChop() 공개 메소드

public OnChop ( Mobile from ) : void
from Mobile
리턴 void

OnDoubleClick() 공개 메소드

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

OnLocationChange() 공개 메소드

public OnLocationChange ( Point3D old ) : void
old Point3D
리턴 void

OnMapChange() 공개 메소드

public OnMapChange ( ) : void
리턴 void

Serialize() 공개 메소드

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