Merge branch 'develop' into move-supply-crates-to-cfg

This commit is contained in:
2024-02-04 22:55:58 -06:00
8 changed files with 358 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; };
};
@@ -133,4 +132,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{};
};
};