Core.Object | +--Engine.Actor | +--Engine.Pickup | +--XIII.XIIIDecoPickup | +--XIII.AshTrayDecoPick
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class AshTrayDecoPick extends XIIIDecoPickup; 00005 00006 00007 00008 defaultproperties 00009 { 00010 DestroyedSFX=Class'XIII.DecoAshTrayDamaged' 00011 hExplo=Sound'XIIIsound.Items__AshtrayFire.AshtrayFire__hAshtrayExplo' 00012 InventoryType=Class'XIII.DecoAshTray' 00013 StaticMesh=StaticMesh'MeshArmesPickup.cendrier' 00014 CollisionRadius=32.000000 00015 CollisionHeight=16.000000 00016 }