1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-19 16:47:14 +02:00

Implement the pure typename meta-methods in long int types using the standard method.

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:42:11 +02:00
parent 7e72749fa7
commit e562f06948
2 changed files with 8 additions and 30 deletions

View File

@ -527,11 +527,6 @@ public:
*/
CSStr ToString();
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Assign an integer value.
*/
@ -1161,11 +1156,6 @@ public:
*/
CSStr ToString();
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Assign an integer value.
*/