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 00023 00024 00025 |
//============================================================================= // impactShotgun.uc // $Author: Sbrown $ // $Date: 5/01/02 4:35p $ // $Revision: 8 $ //============================================================================= class impactShotgun extends ImpactHandler; #exec OBJ LOAD File=Assets\BulletDecals\ImpactT.utx PACKAGE=U2Weapons #exec OBJ LOAD File=..\System\ParticleRes\Impact_Metal_P.u defaultproperties { MaterialSounds(0)=(ImpactSound=Sound'U2WeaponsA.BulletImpacts.BulletMetal01',RicochetSound=Sound'U2WeaponsA.BulletImpacts.RicMetal01') MaterialSounds(1)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit01') MaterialSounds(2)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit02') MaterialSounds(3)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit03') MaterialSounds(4)=(TextureType=TT_ForceWall,ImpactSound=Sound'U2WeaponsA.BulletImpacts.ForceWallHit04') MaterialEffects(0)=(TextureType=TT_Metal,DecalTexture=Texture'U2Weapons.ImpactDecal_S_Fire01',DecalScale=0.150000) MaterialEffects(1)=(TextureType=TT_Skin) MaterialEffects(2)=(DecalTexture=Texture'U2Weapons.ImpactDecal_S_Fire01',DecalScale=0.150000,RicochetProbability=0.500000,MaxRicochetCount=1,RicochetDamping=1.000000,RicochetSpreadAngle=5.000000) MaterialEffects(3)=(TextureType=TT_ForceWall,ParticleEffect=ParticleSalamander'Impact_Metal_P.ParticleSalamander0') RicochetProjectile=Class'U2Weapons.projectileShotgun' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |