[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 Drop(
	ushort amount,
	int relativeX,
	int relativeY,
	int relativeZ
)
Public Function Drop ( _
	amount As UShort, _
	relativeX As Integer, _
	relativeY As Integer, _
	relativeZ As Integer _
) As Boolean
public:
bool Drop(
	unsigned short amount, 
	int relativeX, 
	int relativeY, 
	int relativeZ
)

Parameters

amount
UInt16
relativeX
Int32
relativeY
Int32
relativeZ
Int32

See Also