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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Move(
	ushort amount,
	ushort x,
	ushort y,
	sbyte z
)
Public Function Move ( _
	amount As UShort, _
	x As UShort, _
	y As UShort, _
	z As SByte _
) As Boolean

Parameters

amount
UInt16
x
UInt16
y
UInt16
z
SByte

See Also