C# Class Server.Items.InteriorDecorator.InternalTarget

Inheritance: Server.Targeting.Target
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
InternalTarget ( InteriorDecorator decorator ) : Server.Network

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public InternalTarget ( InteriorDecorator decorator ) : Server.Network
decorator InteriorDecorator
Résultat Server.Network

OnTarget() protected méthode

protected OnTarget ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
Résultat void

OnTargetCancel() protected méthode

protected OnTargetCancel ( Server.Mobile from, TargetCancelType cancelType ) : void
from Server.Mobile
cancelType TargetCancelType
Résultat void

OnTargetNotAccessible() protected méthode

protected OnTargetNotAccessible ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
Résultat void