1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 07:27:11 +02:00

Implement the pure typename meta-methods in Routine type using the standard method.

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:43:02 +02:00
parent de4c7da73f
commit bf734928a9
2 changed files with 7 additions and 18 deletions

View File

@ -285,11 +285,6 @@ public:
*/
CSStr ToString() const;
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Retrieve the associated user tag.
*/