Botpack
Class UT_FemaleTorso

source: e:\games\UnrealTournament\Botpack\Classes\UT_FemaleTorso.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Decoration
         |
         +--Engine.Carcass
            |
            +--Botpack.UTCreatureChunks
               |
               +--Botpack.UTPlayerChunks
                  |
                  +--Botpack.UT_FemaleTorso
Direct Known Subclasses:None

class UT_FemaleTorso
extends Botpack.UTPlayerChunks

//============================================================================= // ut_femaletorso. //=============================================================================

Source Code


00001	//=============================================================================
00002	// ut_femaletorso.
00003	//=============================================================================
00004	class UT_FemaleTorso extends UTPlayerChunks;
00005	
00006	
00007	#exec MESH IMPORT MESH=femaletorsom ANIVFILE=MODELS\FemaleTorso_a.3D DATAFILE=MODELS\FemaleTorso_d.3D X=0 Y=0 Z=0
00008	#exec MESH ORIGIN MESH=femaletorsom X=0 Y=0 Z=0 YAW=0 PITCH=0
00009	#exec MESH SEQUENCE MESH=femaletorsom SEQ=All    STARTFRAME=0   NUMFRAMES=1
00010	#exec MESH SEQUENCE MESH=femaletorsom SEQ=Still  STARTFRAME=0   NUMFRAMES=1
00011	#exec TEXTURE IMPORT NAME=FemaleTorsoT  FILE=MODELS\FemaleTorso.PCX GROUP=Skins
00012	#exec MESHMAP SCALE MESHMAP=femaletorsom X=0.08 Y=0.08 Z=0.16
00013	#exec MESHMAP SETTEXTURE MESHMAP=femaletorsom NUM=1 TEXTURE=FemaleTorsoT
00014	
00015	defaultproperties
00016	{
00017	     Mesh=LodMesh'Botpack.femaletorsom'
00018	     CollisionRadius=25.000000
00019	     CollisionHeight=6.000000
00020	     Mass=50.000000
00021	}

End Source Code