Hello!
I'm trying to figure out a way to get either the original button name or it's parent's name in the custom ConsoleCommand method. Is there a way to do so? For example, in a method below I would need to find CuiElement.Name or CuiElement.Parent
[ConsoleCommand("subtractitem")]
void SubtractItem(ConsoleSystem.Arg args, BasePlayer player)
{
return;
}