C# Class Server.Targeting.Target

Show file Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
BeginTimeout ( Mobile from, System.TimeSpan delay ) : void
Cancel ( Mobile m ) : void
Cancel ( Mobile from, TargetCancelType type ) : void
CancelTimeout ( ) : void
GetPacketFor ( Server.Network.NetState ns ) : Packet
Invoke ( Mobile from, object targeted ) : void
Timeout ( Mobile from ) : void

Protected Methods

Method Description
OnCantSeeTarget ( Mobile from, object targeted ) : void
OnNonlocalTarget ( Mobile from, object targeted ) : void
OnTarget ( Mobile from, object targeted ) : void
OnTargetCancel ( Mobile from, TargetCancelType cancelType ) : void
OnTargetDeleted ( Mobile from, object targeted ) : void
OnTargetFinish ( Mobile from ) : void
OnTargetInSecureTrade ( Mobile from, object targeted ) : void
OnTargetNotAccessible ( Mobile from, object targeted ) : void
OnTargetOutOfLOS ( Mobile from, object targeted ) : void
OnTargetOutOfRange ( Mobile from, object targeted ) : void
OnTargetUntargetable ( Mobile from, object targeted ) : void
Target ( int range, bool allowGround, TargetFlags flags ) : System

Method Details

BeginTimeout() public method

public BeginTimeout ( Mobile from, System.TimeSpan delay ) : void
from Mobile
delay System.TimeSpan
return void

Cancel() public static method

public static Cancel ( Mobile m ) : void
m Mobile
return void

Cancel() public method

public Cancel ( Mobile from, TargetCancelType type ) : void
from Mobile
type TargetCancelType
return void

CancelTimeout() public method

public CancelTimeout ( ) : void
return void

GetPacketFor() public method

public GetPacketFor ( Server.Network.NetState ns ) : Packet
ns Server.Network.NetState
return Server.Network.Packet

Invoke() public method

public Invoke ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnCantSeeTarget() protected method

protected OnCantSeeTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnNonlocalTarget() protected method

protected OnNonlocalTarget ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTarget() protected method

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

OnTargetCancel() protected method

protected OnTargetCancel ( Mobile from, TargetCancelType cancelType ) : void
from Mobile
cancelType TargetCancelType
return void

OnTargetDeleted() protected method

protected OnTargetDeleted ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetFinish() protected method

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

OnTargetInSecureTrade() protected method

protected OnTargetInSecureTrade ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetNotAccessible() protected method

protected OnTargetNotAccessible ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetOutOfLOS() protected method

protected OnTargetOutOfLOS ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetOutOfRange() protected method

protected OnTargetOutOfRange ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

OnTargetUntargetable() protected method

protected OnTargetUntargetable ( Mobile from, object targeted ) : void
from Mobile
targeted object
return void

Target() protected method

protected Target ( int range, bool allowGround, TargetFlags flags ) : System
range int
allowGround bool
flags TargetFlags
return System

Timeout() public method

public Timeout ( Mobile from ) : void
from Mobile
return void