Click or drag to resize

GameModeItemCanDropDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ItemCanDropDelegate(
	GameMode sender,
	Component taker,
	ItemInterface item,
	ref bool allowAction,
	ref double amount
)

Parameters

sender
Type: NeoAxisGameMode
taker
Type: NeoAxisComponent
item
Type: NeoAxisItemInterface
allowAction
Type: SystemBoolean
amount
Type: SystemDouble
See Also