1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source/Entity
Sandu Liviu Catalin 8125400f7f Return null entity instances instead of null for the functions that need to return an entity instance.
Finally fix the player unspectating bug and introduce a new event for when a player spectates none.
Update the global functions that check for player existance to use the new implementation.
2017-08-06 18:14:58 +03:00
..
Blip.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Blip.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Checkpoint.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Checkpoint.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Keybind.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Keybind.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Object.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Object.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Pickup.cpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Pickup.hpp Initial implementation of the new event system. 2017-02-21 21:24:59 +02:00
Player.cpp Return null entity instances instead of null for the functions that need to return an entity instance. 2017-08-06 18:14:58 +03:00
Player.hpp Attempt to fix (or make it easy to be fixed) the spectating crash. 2017-08-06 15:14:45 +03:00
Vehicle.cpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00
Vehicle.hpp Initial implementation of the area system. 2017-06-19 04:09:35 +03:00