Click or drag to resize

EngineConsoleAddCommand Method (String, EngineConsoleCommandMethod)

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void AddCommand(
	string name,
	EngineConsoleCommandMethod handler
)

Parameters

name
Type: SystemString
handler
Type: NeoAxisEngineConsoleCommandMethod
See Also