[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Communication
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] Target(
	byte type,
	uint targetId,
	byte flag,
	uint serial,
	ushort x,
	ushort y,
	sbyte z,
	ushort graphic
)
Public Shared Function Target ( _
	type As Byte, _
	targetId As UInteger, _
	flag As Byte, _
	serial As UInteger, _
	x As UShort, _
	y As UShort, _
	z As SByte, _
	graphic As UShort _
) As Byte()
public:
static array<unsigned char>^ Target(
	unsigned char type, 
	unsigned int targetId, 
	unsigned char flag, 
	unsigned int serial, 
	unsigned short x, 
	unsigned short y, 
	signed char z, 
	unsigned short graphic
)

Parameters

type
Byte
targetId
UInt32
flag
Byte
0x00 - Normal; 0x01 - Criminal Action; 0x02 - Unknown; 0x03 - Cancel Target (server-side)
serial
UInt32
x
UInt16
y
UInt16
z
SByte
graphic
UInt16

Return Value

See Also