Click or drag to resize

GameModeItemCanActivateDelegate Delegate

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

Parameters

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