wip
This commit is contained in:
@@ -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{};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user