1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFWeapAttach_ArcGenerator.uc

24 lines
731 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapAttach_ArcGenerator
//=============================================================================
// A custom 3rd person weapon template for the ArcGenerator
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFWeapAttach_ArcGenerator extends KFWeapAttach_SprayBase;
simulated function ChangeMaterial()
{
if( BarrelHeat != LastBarrelHeat )
{
WeaponMIC.SetScalarParameterValue('Glow_Intensity', 1);
}
}
defaultproperties
{
}