Botpack
Class UTPlayerChunks

source: e:\games\UnrealTournament\Botpack\Classes\UTPlayerChunks.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Decoration
         |
         +--Engine.Carcass
            |
            +--Botpack.UTCreatureChunks
               |
               +--Botpack.UTPlayerChunks
Direct Known Subclasses:UTHeads, UTHeart, UTLiver, UTStomach, UT_bossarm, UT_bossthigh, UT_FemaleArm, UT_FemaleFoot, UT_FemaleTorso, UT_MaleArm, UT_MaleFoot, UT_MaleTorso, UT_Thigh

class UTPlayerChunks
extends Botpack.UTCreatureChunks

//****************************************************** // // UTPlayerChunks // //******************************************************

Source Code


00001	//******************************************************
00002	//
00003	// UTPlayerChunks
00004	//
00005	//******************************************************
00006	
00007	class UTPlayerChunks extends UTCreatureChunks;
00008	
00009	defaultproperties
00010	{
00011	     TrailSize=0.500000
00012	     RemoteRole=ROLE_None
00013	     AmbientGlow=60
00014	     Mass=30.000000
00015	     Buoyancy=18.000000
00016	}

End Source Code