ACE_HeatFromEngine

S

Part of _G (Global) namespace

function ACE_HeatFromEngine( Engine )
View on GitHub|lua/acf/server/sv_heat.lua:100-171
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Engineany

Returns

No return values documented.

Examples

No examples available.

Used In(5 locations)

📄lua/acf/server/sv_heat.lua
2 usages
L93ACE_HeatFromEngine( Engine , Radiator ) --used mostly by engines
L235function ACE_HeatFromEngine( Engine , Radiator ) --radiator?!? woooo
📄lua/entities/acf_engine/init.lua
2 usages
L546self.Heat = ACE_HeatFromEngine( self )
L759self.Heat = ACE_HeatFromEngine( self )
📄lua/starfall/libs_sv/acf.lua
1 usage
L421Heat = ACE_HeatFromEngine(this)