This commit is contained in:
2024-02-03 20:59:51 -08:00
parent 7ef48ecaa2
commit 09dcde7471
7 changed files with 366 additions and 226 deletions

View File

@@ -39,7 +39,6 @@ class milsim
class addClientStatsPFH {};
class addMedicalOverlayPFH { postInit = 1; };
class calculateClientStats {};
class initVehicleFlags { postInit = 1; };
class bindEmptyGroupGarbageCleanup { postInit = 1; };
};
@@ -131,4 +130,14 @@ class milsim_reinsert {
class addCheckQueueSelfAction {};
class requestShowQueue {};
};
};
class milsim_vehicleFlags {
class functions {
file = "functions\vehicleFlags";
class initVehicleFlags {postInit = 1};
class getActionsFlagCategories {};
class getVehicleFlagsCfg {};
class isClassExcluded{};
};
};