Grooper Object: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 9: Line 9:
== Object Inheritance ==
== Object Inheritance ==


This tree demonstrates what objects are derived from their parent. Expand an object to inspect its derived types. Click on the type name in parenthesis to navigate to the Grooper Help online.
This tree demonstrates what objects are derived from their parent. Expand an object to inspect its derived types.


{{#tree:
{{#tree:

Revision as of 08:50, 8 September 2025

This page is intended for users creating and editing scripts in Grooper and other advanced users.

Grooper Object is the foundational base class in Grooper. All configurable objects inherit from Grooper Object (Grooper.GrooperObject). This includes:

Grooper Objects are designed to be user-configurable (in most cases). These objects are used to define, store, and manage settings and data throughout Grooper. Their properties are typically exposed in the Property Grid interface, allowing users to view and modify settings in the Grooper UI.

Object Inheritance

This tree demonstrates what objects are derived from their parent. Expand an object to inspect its derived types.