From 2906909bb29cd0ed0a41007d856bbfaae8990f27 Mon Sep 17 00:00:00 2001 From: Junseo Yoo Date: Thu, 27 Jun 2024 11:45:44 -0700 Subject: [PATCH] removed getname() as there aren't real usecases --- docs/user-defined-type-functions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 9c6853c..4846d02 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -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 |