ACE_HeatFromGun

S

Part of _G (Global) namespace

function ACE_HeatFromGun( Gun , Heat, DeltaTime )
View on GitHub|lua/acf/server/sv_heat.lua:65-90
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Gunany
Heatany
DeltaTimeany

Returns

No return values documented.

Examples

No examples available.

Used In(3 locations)

📄lua/acf/server/sv_heat.lua
1 usage
L56ACE_HeatFromGun( Gun, Heat, DeltaTime ) --used by Guns
📄lua/entities/acf_gun/init.lua
1 usage
L575self.Heat = ACE_HeatFromGun( self , self.Heat, self.DeltaTime )
📄lua/starfall/libs_sv/acf.lua
1 usage
L419Heat = ACE_HeatFromGun(this, this.Heat, this.DeltaTime)