1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Event
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
..
Basic.cpp Disable copy constructor and assignment in basic event type and include a compatibility member function to comply with the other event types. 2015-10-11 21:01:22 +03:00
Basic.hpp Disable copy constructor and assignment in basic event type and include a compatibility member function to comply with the other event types. 2015-10-11 21:01:22 +03:00
Global.cpp Disabled copy constructor and assignment in the global event type. 2015-10-11 21:06:02 +03:00
Global.hpp Disabled copy constructor and assignment in the global event type. 2015-10-11 21:06:02 +03:00
Local.cpp Add a few helper functions shared by event types. Fix name in debug information during registration process. 2015-10-10 23:10:58 +03:00
Local.hpp Implemented BasicEvent type. 2015-10-02 01:34:28 +03:00
Routine.cpp Implemented BasicEvent type. 2015-10-02 01:34:28 +03:00
Routine.hpp Implemented BasicEvent type. 2015-10-02 01:34:28 +03:00
Shared.cpp Add a few helper functions shared by event types. Fix name in debug information during registration process. 2015-10-10 23:10:58 +03:00
Shared.hpp Add a few helper functions shared by event types. Fix name in debug information during registration process. 2015-10-10 23:10:58 +03:00