mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-08 02:07:17 +01:00
Implement the pure typename meta-methods in entity types using the standard method.
This commit is contained in:
@@ -115,11 +115,6 @@ public:
|
||||
*/
|
||||
const String & ToString() const;
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Used by the script engine to retrieve the name from instances of this type.
|
||||
*/
|
||||
static SQInteger Typename(HSQUIRRELVM vm);
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* Retrieve the associated null entity instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user