C# Класс Server.Gumps.SetPoint3DGump.InternalTarget

Наследование: Server.Targeting.Target
Показать файл Открыть проект

Открытые методы

Метод Описание
InternalTarget ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection

Защищенные методы

Метод Описание
OnTarget ( Mobile from, object targeted ) : void
OnTargetFinish ( Mobile from ) : void

Описание методов

InternalTarget() публичный Метод

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
Результат System.Reflection

OnTarget() защищенный Метод

protected OnTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
Результат void

OnTargetFinish() защищенный Метод

protected OnTargetFinish ( Mobile from ) : void
from Mobile
Результат void