C# Class Server.Engines.Craft.TrapCraft.ContainerTarget

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

Méthodes publiques

Méthode Description
ContainerTarget ( TrapCraft trapCraft ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Failure ( int message ) : void

Method Details

ContainerTarget() public méthode

public ContainerTarget ( TrapCraft trapCraft ) : System
trapCraft TrapCraft
Résultat System

OnTarget() protected méthode

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

OnTargetCancel() protected méthode

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