Click or drag to resize

CharacterItemTake Method

Takes the item. The item will moved to the character and will disabled.

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

Parameters

gameMode  GameMode
 
item  Item3DInterface

Return Value

Boolean
See Also