number? sam.Command.remove( string command_name )
If the Command exists then it's removed and it's position in the commands table is returned, otherwise nil is returned.
string command_name
returns number if exists and nil if it doesn't
Last updated 2 years ago