Click or drag to resize

EngineConsoleExecuteStringEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void ExecuteStringEventDelegate(
	string text,
	ref bool skip
)

Parameters

text
Type: SystemString
skip
Type: SystemBoolean
See Also