Click or drag to resize

CharacterItemDeactivate Method

Deactivates the item. The item will disabled.

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

Parameters

gameMode  GameMode
 
item  Item3DInterface

Return Value

Boolean
See Also