1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Remove the _cmp metamethod from the entity types because it's useless for registered types.

This commit is contained in:
Sandu Liviu Catalin
2016-11-15 21:19:06 +02:00
parent 411ac5ef28
commit 27af2cfd3c
14 changed files with 0 additions and 161 deletions

View File

@ -105,11 +105,6 @@ public:
}
}
/* --------------------------------------------------------------------------------------------
* Used by the script engine to compare two instances of this type.
*/
Int32 Cmp(const CVehicle & o) const;
/* --------------------------------------------------------------------------------------------
* Used by the script engine to convert an instance of this type to a string.
*/