Click or drag to resize
CommandsHandleCommand Method
Handle an entered command. Arguments are parsed and then the callback corresponding to the command is called.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void HandleCommand(
	string input
)

Parameters

input
Type: SystemString
Complete command line
See Also