Programming Sidebar - Hawthorn-Games/ProjectScrapped GitHub Wiki
- Start Drop Zone
- Update Drop Zone
- Blocks List: Vertical Layout containing Blocks that can be dragged in the drop zones. Gets populated in the construct.
- Clear Button: Removes all code blocks in all drop zones.
| Type | Name | Description |
|---|---|---|
| -BaseProgrammableObj | Interactable | The current interactable object. This is the actor that gets his code edited first, than propagates it to all the other ones of the same class. |
| -PlayerController | playerController | Reference to the player controller |
| -GameMode | gameMode | Reference to the game mode |