[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,
	Serial container
)
Public Function Move ( _
	amount As UShort, _
	container As Serial _
) As Boolean
public:
bool Move(
	unsigned short amount, 
	Serial container
)

Parameters

amount
UInt16
container
Serial

See Also