Class: Command¶
The Command class (which the Function class extends) is a storage class meant to hold data for Commands or Functions, mainly their Name and their Arguments
You can create a Command with:
You can get the Command’s name with:
You can get the Command’s arguments with:
Warning
You shouldn’t need or want to use this class, as it’s mainly used internally, however if you do, do not access the data directly, instead use the aforementioned odd_command_name and odd_command_args.