1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
Go to file
Sandu Liviu Catalin c7e776a1f7 Disabled copy constructor and assignment in the global event type.
Added a compatibility member function in global event type to comply with the other event types.
Encapsulate constructors in global filters and disable them in script.
Disable the copy constructor in global filters.
Allow inclusion/exclusion member functions return boolean if the specified entity could be filtered or not.
Remove useless checks inside global filters since they cannot be unparented anymore.
Test whether an entity is enabled before hooking, unhooking from it inside global filters.
2015-10-11 21:06:02 +03:00
source Disabled copy constructor and assignment in the global event type. 2015-10-11 21:06:02 +03:00
.gitignore Added a basic gitignore file. 2015-10-03 19:44:38 +03:00
LICENSE Initial commit 2015-09-30 02:16:47 +03:00
README.md Initial commit 2015-09-30 02:16:47 +03:00

VCMP-SqMod

Work In Progress VC:MP Scripting Plugin