1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-07-09 01:57:09 +02:00

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

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:20:55 +02:00
parent 0f2967aa05
commit b2d003424e
2 changed files with 6 additions and 16 deletions
-5
View File
@@ -291,11 +291,6 @@ struct Vector2
*/
CSStr ToString() const;
/* --------------------------------------------------------------------------------------------
* Used by the script engine to retrieve the name from instances of this type.
*/
static SQInteger Typename(HSQUIRRELVM vm);
/* --------------------------------------------------------------------------------------------
* Set all components to the specified scalar value.
*/