C# Class Server.Targeting.MultiTarget

Inheritance: Target
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
GetPacketFor ( Server.Network.NetState ns ) : Packet

Méthodes protégées

Méthode Description
MultiTarget ( int multiID, Server.Point3D offset ) : Server.Network
MultiTarget ( int multiID, Server.Point3D offset, int range, bool allowGround, TargetFlags flags ) : Server.Network

Method Details

GetPacketFor() public méthode

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

MultiTarget() protected méthode

protected MultiTarget ( int multiID, Server.Point3D offset ) : Server.Network
multiID int
offset Server.Point3D
Résultat Server.Network

MultiTarget() protected méthode

protected MultiTarget ( int multiID, Server.Point3D offset, int range, bool allowGround, TargetFlags flags ) : Server.Network
multiID int
offset Server.Point3D
range int
allowGround bool
flags TargetFlags
Résultat Server.Network