C# 클래스 Server.Mobiles.PackLlama

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

공개 메소드들

메소드 설명
CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool
CheckNonlocalLift ( Mobile from, Item item ) : bool
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
GetInventoryMoveResultFor ( Item item ) : DeathMoveResult
IsSnoop ( Mobile from ) : bool
OnBeforeDeath ( ) : bool
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Item item ) : bool
PackLlama ( Serial serial ) : System.Collections.Generic
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
PackLlama ( ) : System.Collections.Generic

메소드 상세

CheckNonlocalDrop() 공개 메소드

public CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool
from Mobile
item Item
target Item
리턴 bool

CheckNonlocalLift() 공개 메소드

public CheckNonlocalLift ( Mobile from, Item item ) : bool
from Mobile
item Item
리턴 bool

Deserialize() 공개 메소드

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

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
리턴 void

GetInventoryMoveResultFor() 공개 메소드

public GetInventoryMoveResultFor ( Item item ) : DeathMoveResult
item Item
리턴 DeathMoveResult

IsSnoop() 공개 메소드

public IsSnoop ( Mobile from ) : bool
from Mobile
리턴 bool

OnBeforeDeath() 공개 메소드

public OnBeforeDeath ( ) : bool
리턴 bool

OnDoubleClick() 공개 메소드

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

OnDragDrop() 공개 메소드

public OnDragDrop ( Mobile from, Item item ) : bool
from Mobile
item Item
리턴 bool

PackLlama() 공개 메소드

public PackLlama ( Serial serial ) : System.Collections.Generic
serial Serial
리턴 System.Collections.Generic

Serialize() 공개 메소드

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