 | CommandsHandleCommand Method |
Handle an entered command.
Arguments are parsed and then the callback corresponding to the command
is called.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void HandleCommand(
string input
)
Parameters
- input
- Type: SystemString
Complete command line
See Also