1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Add a helper member function to the vehicle class to fix the managed vehicle.

This commit is contained in:
Sandu Liviu Catalin
2016-07-13 01:47:36 +03:00
parent 4e05d3d285
commit 1d5b12f11f
2 changed files with 16 additions and 0 deletions

View File

@ -475,6 +475,11 @@ public:
*/
void SetHealth(Float32 amount) const;
/* --------------------------------------------------------------------------------------------
* Fix the damage and restore health for the managed vehicle entity.
*/
void Fix() const;
/* --------------------------------------------------------------------------------------------
* Retrieve the primary color of the managed vehicle entity.
*/