Click or drag to resize

EngineConsoleAddCommand Method (String, EngineConsoleCommandMethodExtended, Object, String)

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,
	EngineConsoleCommandMethodExtended handler,
	Object userData,
	string description
)

Parameters

name
Type: SystemString
handler
Type: NeoAxisEngineConsoleCommandMethodExtended
userData
Type: SystemObject
description
Type: SystemString
See Also