Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealShare.FemaleHead


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
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
//=============================================================================
// FemaleHead.
//=============================================================================
class FemaleHead extends PlayerChunks;

simulated function Initfor(actor Other)
{
    Super.InitFor(Other);
    RotationRate = RotationRate/3;
}

simulated function Landed(vector HitNormal)
{
    local rotator finalRot;
    local BloodSpurt b;

    if ( trail != None )
    {
        if ( Level.bHighDetailMode )
            bUnlit = false;
        trail.Destroy();
        trail = None;
    }
    if ( Level.NetMode != NM_DedicatedServer )
    {
        b = Spawn(class 'Bloodspurt',,,,rot(16384,0,0));
        if ( bGreenBlood )
            b.GreenBlood();     
        b.RemoteRole = ROLE_None;
    }
    SetPhysics(PHYS_None);
    SetCollision(true, false, false);
}

#exec MESH IMPORT MESH=FemHead1 ANIVFILE=MODELS\g_f2h_a.3D DATAFILE=MODELS\g_f2h_d.3D X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=FemHead1 X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=FemHead1 SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=FemHead1 SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jf2h1  FILE=MODELS\g_f2h.PCX GROUP=Skins
#exec MESHMAP SCALE MESHMAP=FemHead1 X=0.07 Y=0.07 Z=0.14
#exec MESHMAP SETTEXTURE MESHMAP=FemHead1 NUM=1 TEXTURE=Jf2h1

defaultproperties
{
     Mesh=LodMesh'UnrealShare.FemHead1'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: za 22-4-2006 12:48:02.000 - Creation time: za 22-4-2006 12:49:36.859 - Created with UnCodeX