consoleCommand
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
void consoleCommand(string commandWithParameters)
The consoleCommand function is used to emulate typing a command manually into the console.
Parameters
1) | string | commandWithParameters | A string containing a command with parameters. |
Return
void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Server Related
addCommandHandler
consoleCommand
hasCommandHandler
removeCommandHandler
Client Related
addCommandHandler
consoleCommand
hasCommandHandler
removeCommandHandler