1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/Entity
Sandu Liviu Catalin 4c1030c76e Implement simple distance tracking for player and vehicle entities.
Doesn't differentiate from in-air and on-ground.
Just sums up the distance from last position on each position update.
2020-05-04 11:58:30 +03:00
..
Blip.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
Blip.hpp More code cleanup. 2020-03-22 10:00:31 +02:00
Checkpoint.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
Checkpoint.hpp More code cleanup. 2020-03-22 10:00:31 +02:00
Keybind.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
Keybind.hpp More code cleanup. 2020-03-22 10:00:31 +02:00
Object.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
Object.hpp More code cleanup. 2020-03-22 10:00:31 +02:00
Pickup.cpp Replace GetObject with GetObj to avoid collisions on Windows. 2020-04-17 17:42:09 +03:00
Pickup.hpp More code cleanup. 2020-03-22 10:00:31 +02:00
Player.cpp Implement simple distance tracking for player and vehicle entities. 2020-05-04 11:58:30 +03:00
Player.hpp Implement simple distance tracking for player and vehicle entities. 2020-05-04 11:58:30 +03:00
Vehicle.cpp Implement simple distance tracking for player and vehicle entities. 2020-05-04 11:58:30 +03:00
Vehicle.hpp Implement simple distance tracking for player and vehicle entities. 2020-05-04 11:58:30 +03:00