Core.Object | +--Engine.Actor | +--Engine.Pickup | +--XIII.XIIIDecoPickup | +--XIII.DartDecoPick
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class DartDecoPick extends XIIIDecoPickup; 00005 00006 //_____________________________________________________________________________ 00007 // no destruction of Darts 00008 function TakeDamage( int Damage, Pawn EventInstigator, vector HitLocation, vector Momentum, class<DamageType> DamageType); 00009 00010 00011 00012 defaultproperties 00013 { 00014 InventoryType=Class'XIII.DecoDart' 00015 PickupSound=Sound'XIIIsound.Items__DartPick.DartPick__hGlassPick' 00016 StaticMesh=StaticMesh'MeshArmesPickup.barflechette' 00017 CollisionRadius=32.000000 00018 CollisionHeight=16.000000 00019 }