Inspector actions
The Inspector not only allows you to extend it with Inspector views, it also allows you to define actions.
The actions are defined, similar to views, through a method annotated with a gtAction
pragma. For example, GtLudoRecordingGame>>#gtAutoplayAction:
defines such an action. You can see it in the inspector when inspecing an instance of GtLudoRecordingGame
.
See more examples in this list:
#gtAction gtPragmas