Updated specs

2025-08-14 17:25:41 +02:00
parent 334e31998b
commit 8789da9f15

@@ -64,9 +64,9 @@ Register a listener for when the module is destroyed from the scene. Make sure y
api.onDestroy(callback); api.onDestroy(callback);
``` ```
| Argument | Type | Description | | Argument | Type | Description |
| -------- | ------------------ | ------------------------------------------------------------ | | -------- | -------- | ------------------------------------------------------------ |
| callback | ( value:any ):void | Function that will be called when the module gets destroyed. | | callback | ( ):void | Function that will be called when the module gets destroyed. |
### onPropertyUpdate ### onPropertyUpdate