πŸŸͺsam.Command.remove

number? sam.Command.remove( string command_name )

Description

If the Command exists then it's removed and it's position in the commands table is returned, otherwise nil is returned.

Aguments

  1. string command_name

Returns

  1. returns number if exists and nil if it doesn't

Last updated