ConCmd Typedef

Called when a generic console command is invoked.

typedef ConCmd = function Action(int client, int args)

Tags

client

Index of the client, or 0 from the server.

args

Number of arguments that were in the argument string.