Skip to content

concommand.dispatch

Andrew McWatters edited this page Jun 13, 2016 · 15 revisions

concommand.dispatch()

**It's dangerous to go alone! Read this.** This method is used by the engine and is not meant to be called directly.

Parameters

**Usage:** `concommand.dispatch( player, name, argString, argTable )` **Returns:** boolean
Name Type Description
player player Player who ran the console command
name string Name of the console command to run
argString string Argument string to pass to callback
argTable table Argument table to pass to callback
Clone this wiki locally