DeprecatedBlock System

The DeprecatedBlock system consists of an Action, DeprecatedBlockAction, which may be inherited instead of the regular Action, to mark an action syntax as deprecated.

This will add a parameter "DEPRECATED" that will be shown in the syntax's input parameters. It will also print a deprecation message in the console when the deprecated action is used.

Available Actions