C# Class Server.SkillHandlers.Inscribe.InternalTargetDst

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

Méthodes publiques

Méthode Description
InternalTargetDst ( BaseBook bookSrc ) : System

Méthodes protégées

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

Method Details

InternalTargetDst() public méthode

public InternalTargetDst ( BaseBook bookSrc ) : System
bookSrc Server.Items.BaseBook
Résultat System

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

OnTargetFinish() protected méthode

protected OnTargetFinish ( Server.Mobile from ) : void
from Server.Mobile
Résultat void