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

Initializes a new instance of the StaticTarget class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public StaticTarget(
	uint serial,
	ushort x,
	ushort y,
	sbyte z,
	ushort graphic
)
Public Sub New ( _
	serial As UInteger, _
	x As UShort, _
	y As UShort, _
	z As SByte, _
	graphic As UShort _
)
public:
StaticTarget(
	unsigned int serial, 
	unsigned short x, 
	unsigned short y, 
	signed char z, 
	unsigned short graphic
)

Parameters

serial
UInt32
x
UInt16
y
UInt16
z
SByte
graphic
UInt16

See Also