C# Class Server.Targeting.Target

Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public BeginTimeout ( Mobile from, System.TimeSpan delay ) : void
from Mobile
delay System.TimeSpan
Résultat void

Cancel() public static méthode

public static Cancel ( Mobile m ) : void
m Mobile
Résultat void

Cancel() public méthode

public Cancel ( Mobile from, TargetCancelType type ) : void
from Mobile
type TargetCancelType
Résultat void

CancelTimeout() public méthode

public CancelTimeout ( ) : void
Résultat void

GetPacketFor() public méthode

public GetPacketFor ( Server.Network.NetState ns ) : Packet
ns Server.Network.NetState
Résultat Server.Network.Packet

Invoke() public méthode

public Invoke ( Mobile from, object targeted ) : void
from Mobile
targeted object
Résultat void

OnCantSeeTarget() protected méthode

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

OnNonlocalTarget() protected méthode

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

OnTarget() protected méthode

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

OnTargetCancel() protected méthode

protected OnTargetCancel ( Mobile from, TargetCancelType cancelType ) : void
from Mobile
cancelType TargetCancelType
Résultat void

OnTargetDeleted() protected méthode

protected OnTargetDeleted ( 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

OnTargetInSecureTrade() protected méthode

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

OnTargetNotAccessible() protected méthode

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

OnTargetOutOfLOS() protected méthode

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

OnTargetOutOfRange() protected méthode

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

OnTargetUntargetable() protected méthode

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

Target() protected méthode

protected Target ( int range, bool allowGround, TargetFlags flags ) : System
range int
allowGround bool
flags TargetFlags
Résultat System

Timeout() public méthode

public Timeout ( Mobile from ) : void
from Mobile
Résultat void