C# Class Server.Gumps.SetPoint2DGump.InternalTarget

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

Méthodes publiques

Méthode Description
InternalTarget ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection

Méthodes protégées

Méthode Description
OnTarget ( Mobile from, object targeted ) : void
OnTargetFinish ( Mobile from ) : void

Method Details

InternalTarget() public méthode

public InternalTarget ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection
prop System.Reflection.PropertyInfo
mobile Mobile
o object
stack System.Collections.Stack
page int
list System.Collections.ArrayList
Résultat System.Reflection

OnTarget() protected méthode

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

OnTargetFinish() protected méthode

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