@@ -285,11 +285,11 @@ class CStaticFunctionDefinitions
285285 static bool GetVehicleHandling (CVehicle* pVehicle, eHandlingProperty eProperty, std::string& strValue);
286286 static bool GetVehicleHandling (CVehicle* pVehicle, eHandlingProperty eProperty, unsigned int & uiValue);
287287 static bool GetVehicleHandling (CVehicle* pVehicle, eHandlingProperty eProperty, unsigned char & ucValue);
288- static bool GetModelHandling (std::uint32_t uiModel , eHandlingProperty eProperty, float & fValue , bool origin = false );
289- static bool GetModelHandling (std::uint32_t uiModel , eHandlingProperty eProperty, CVector& vecValue, bool origin = false );
290- static bool GetModelHandling (std::uint32_t uiModel , eHandlingProperty eProperty, std::string& strValue, bool origin = false );
291- static bool GetModelHandling (std::uint32_t uiModel , eHandlingProperty eProperty, unsigned int & uiValue, bool origin = false );
292- static bool GetModelHandling (std::uint32_t uiModel , eHandlingProperty eProperty, unsigned char & ucValue, bool origin = false );
288+ static bool GetModelHandling (std::uint32_t model , eHandlingProperty eProperty, float & fValue , bool origin = false );
289+ static bool GetModelHandling (std::uint32_t model , eHandlingProperty eProperty, CVector& vecValue, bool origin = false );
290+ static bool GetModelHandling (std::uint32_t model , eHandlingProperty eProperty, std::string& strValue, bool origin = false );
291+ static bool GetModelHandling (std::uint32_t model , eHandlingProperty eProperty, unsigned int & uiValue, bool origin = false );
292+ static bool GetModelHandling (std::uint32_t model , eHandlingProperty eProperty, unsigned char & ucValue, bool origin = false );
293293 static bool GetEntryHandling (const CHandlingEntry* pEntry, eHandlingProperty eProperty, float & fValue );
294294 static bool GetEntryHandling (const CHandlingEntry* pEntry, eHandlingProperty eProperty, std::string& strValue);
295295 static bool GetEntryHandling (const CHandlingEntry* pEntry, eHandlingProperty eProperty, unsigned int & uiValue);
0 commit comments