Click or drag to resize

CharacterItemDrop Method

Drops the item. The item will moved to the scene and will enabled.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool ItemDrop(
	GameMode gameMode,
	Item3DInterface item,
	double amount
)

Parameters

gameMode  GameMode
 
item  Item3DInterface
amount  Double
 

Return Value

Boolean
See Also