This commit is contained in:
NoryiE
2025-02-13 09:51:51 +00:00
parent 7dff4d2f1e
commit 346ded1c89
19 changed files with 336 additions and 35 deletions

View File

@@ -4,10 +4,26 @@
|Method|Returns|Description|
|---|---|---|
|[PropertySystem.blueprint](#PropertySystem.blueprint)|table|
|[PropertySystem.createFromBlueprint](#PropertySystem.createFromBlueprint)|-|
|[PropertySystem.defineProperty](#PropertySystem.defineProperty)|-|
|[PropertySystem:__init](#PropertySystem:__init)|-|
|[PropertySystem:_updateProperty](#PropertySystem:_updateProperty)|-|
|[PropertySystem:getPropertyConfig](#PropertySystem:getPropertyConfig)|-|
|[PropertySystem:instanceProperty](#PropertySystem:instanceProperty)|-|
|[PropertySystem:observe](#PropertySystem:observe)|-|
|[PropertySystem:removeProperty](#PropertySystem:removeProperty)|-|
## PropertySystem.blueprint(elementClass)
Creates a blueprint of an element class with all its properties
### Parameters
* `elementClass` `table` The element class to create a blueprint from
### Returns
* `table` `blueprint` A table containing all property definitions
## PropertySystem.createFromBlueprint()
## PropertySystem.defineProperty()
@@ -15,5 +31,11 @@
## PropertySystem:_updateProperty()
## PropertySystem:getPropertyConfig()
## PropertySystem:instanceProperty()
## PropertySystem:observe()
## PropertySystem:removeProperty()