Click or drag to resize

ItemObjectInteractionGetInfoEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ObjectInteractionGetInfoEventDelegate(
	Item sender,
	GameMode gameMode,
	ref InteractiveObjectObjectInfo info
)

Parameters

sender
Type: NeoAxisItem
gameMode
Type: NeoAxisGameMode
info
Type: NeoAxisInteractiveObjectObjectInfo
See Also