3rd Party Libraries
Recent Additions
Handles Parser
Discord
console
CommandExists
File
CommandExists
Last Updated
2013-08-11
Created At
2013-08-11
Returns true if the supplied command exists.
stock
bool
CommandExists(
const char[]
command
)
Parameters
const char[]
command
Command to find.
Return Value
bool
True if command is found, false otherwise.