C# Class Server.Targeting.MultiTarget

Inheritance: Target
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetPacketFor ( Server.Network.NetState ns ) : Packet

Protected Methods

Method 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 method

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

MultiTarget() protected method

protected MultiTarget ( int multiID, Server.Point3D offset ) : Server.Network
multiID int
offset Server.Point3D
return Server.Network

MultiTarget() protected method

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
return Server.Network