removed getname() as there aren't real usecases

This commit is contained in:
Junseo Yoo 2024-06-27 11:45:44 -07:00
parent 01752a2063
commit 2906909bb2

View file

@ -98,7 +98,6 @@ Note: methods under a different type heading (ex: `Singleton`) imply that the me
| Function Declaration | Return Type | Description |
| ------------- | ------------- | ------------- |
| `getname()` | `string` | returns the name of self's class |
| `getparent()` | `typelib` | returns typelib userdata of self's parent |
</details>