1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/source/Entity
2018-01-30 19:09:54 +02: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 Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed. 2018-01-30 19:09:54 +02:00
Checkpoint.hpp Don't use shared static variables when rerieving various properties of entity instances. 2017-08-06 21:15:32 +03: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 Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed. 2018-01-30 19:09:54 +02:00
Object.hpp Don't use shared static variables when rerieving various properties of entity instances. 2017-08-06 21:15:32 +03:00
Pickup.cpp Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed. 2018-01-30 19:09:54 +02:00
Pickup.hpp Don't use shared static variables when rerieving various properties of entity instances. 2017-08-06 21:15:32 +03:00
Player.cpp Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed. 2018-01-30 19:09:54 +02:00
Player.hpp Don't use shared static variables when rerieving various properties of entity instances. 2017-08-06 21:15:32 +03:00
Vehicle.cpp Update the entity classes to account for the fact that the server ignores the API call completely whenever a null pointer is given for a value that isn't needed. 2018-01-30 19:09:54 +02:00
Vehicle.hpp Add a method to the vehicle entity class to check if a certain slot has an occupant. 2018-01-28 22:53:27 +02:00