So what this is, is an easier way to change certain functions system similar to how hook_mario_action and its code executes over the game's code. This could open up a few more mods since you wouldn't ...
When overriding functions in Python, you are generally required to use an identical function signature to the function you are overriding. If you do not need to use an argument in the function ...