Main Page
Manuals
Lua Docs
Getting Started
Tutorials
About
FAQ
Info
Screenshots
Videos
Return to Main Docs Page
ConCommand
ConCommand
ConCommand(
string
name,
string
helptext,
number
flags )
Description:
This is used internally - although you're able to use it you probably shouldn't. Use
concommand.Add
instead.
Arguments:
1)
string
classname
Classname of the entity to create.
Returns:
1)
ConCommand
Returns
ConCommand
object.