C# Class Server.Gumps.SetObjectTarget

Inheritance: Server.Targeting.Target
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
SetObjectTarget ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list ) : System

Protected Methods

Method Description
OnTarget ( Server.Mobile from, object targeted ) : void
OnTargetFinish ( Server.Mobile from ) : void

Method Details

OnTarget() protected method

protected OnTarget ( Server.Mobile from, object targeted ) : void
from Server.Mobile
targeted object
return void

OnTargetFinish() protected method

protected OnTargetFinish ( Server.Mobile from ) : void
from Server.Mobile
return void

SetObjectTarget() public method

public SetObjectTarget ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
type System.Type
page int
list System.Collections.ArrayList
return System