Instantly Warms up the tyres to their operational temp.
local warmUpTyresPressed = WarMenu.Button("Warm Up Tyres")
if WarMenu.IsItemHovered() then
WarMenu.ToolTip('Instantly Warms up the tyres to their operational temp.',nil,true)
end
if warmUpTyresPressed then
dynamic:warmTyre()
end