C# Class Server.Items.InteriorDecorator.InternalTarget

Inheritance: Server.Targeting.Target
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalTarget ( InteriorDecorator decorator ) : Server.Network

Protected Methods

Method Description
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
OnTargetNotAccessible ( Server.Mobile from, object targeted ) : void

Private Methods

Method Description
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

Method Details

InternalTarget() public method

public InternalTarget ( InteriorDecorator decorator ) : Server.Network
decorator InteriorDecorator
return Server.Network

OnTarget() protected method

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

OnTargetCancel() protected method

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

OnTargetNotAccessible() protected method

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