C# 클래스 Server.Items.InteriorDecorator.InternalTarget

상속: Server.Targeting.Target
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
InternalTarget ( InteriorDecorator decorator ) : Server.Network

보호된 메소드들

메소드 설명
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
OnTargetNotAccessible ( Server.Mobile from, object targeted ) : void

비공개 메소드들

메소드 설명
Down ( Item item, Server.Mobile from ) : void
GetFloorZ ( Item item ) : int
Turn ( Item item, Server.Mobile from ) : void
Up ( Item item, Server.Mobile from ) : void

메소드 상세

InternalTarget() 공개 메소드

public InternalTarget ( InteriorDecorator decorator ) : Server.Network
decorator InteriorDecorator
리턴 Server.Network

OnTarget() 보호된 메소드

protected OnTarget ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
리턴 void

OnTargetCancel() 보호된 메소드

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
리턴 void

OnTargetNotAccessible() 보호된 메소드

protected OnTargetNotAccessible ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
리턴 void