Click or drag to resize

GameModeItemCanTakeDelegate Delegate

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

Parameters

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