Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 |
//============================================================================= // impactAssaultRifleAlt.uc // $Author: Sbrown $ // $Date: 8/17/02 19:18 $ // $Revision: 6 $ //============================================================================= class impactAssaultRifleAlt extends ImpactHandler; #exec OBJ LOAD File=..\System\ParticleRes\Impact_Metal_P.u defaultproperties { MaterialSounds(0)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit01') MaterialSounds(1)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit02') MaterialSounds(2)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit03') MaterialSounds(3)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit04') MaterialEffects(0)=(RicochetProbability=1.000000,MaxRicochetCount=1,RicochetDamping=1.000000) MaterialEffects(1)=(TextureType=TT_Skin) MaterialEffects(2)=(TextureType=TT_ForceWall,ParticleEffect=ParticleSalamander'Impact_Metal_P.ParticleSalamander0') RicochetProjectile=Class'U2Weapons.projectileAssaultExplosion' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |