OOP
Jump to navigation
Jump to search
Historical
This article or section is about something not included in the current version of PenguinMod. It may return in the future.
The OOP extension was a PenguinMod extension used for object oriented programming. It still appears in live tests, and is labeled "Structs".
Blocks
- Create class ()
- Create class property () with value () in ()
- Create object () from ()
- Set property () of object () to ()
- Property () of object ()
- When method () is called in class ()
- Call method () of object ()
- Delete all classes
- Delete all objects
- Delete class ()
- Delete object ()
Trivia
- All blocks in this extension started with a capital letter.