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

UT2k4Assault.DECO_SpaceFighter


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
//=============================================================================
// DECO_SpaceFighter
//=============================================================================

class DECO_SpaceFighter extends Decoration;

#exec OBJ LOAD FILE=..\StaticMeshes\AS_Vehicles_SM.usx

function Landed(vector HitNormal);
function HitWall (vector HitNormal, actor Wall);
function TakeDamage( int NDamage, Pawn instigatedBy, Vector hitlocation, 
					Vector momentum, class<DamageType> damageType);
singular function PhysicsVolumeChange( PhysicsVolume NewVolume );
function Trigger( actor Other, pawn EventInstigator );
singular function BaseChange();
function Bump( actor Other );


//=============================================================================
// defaultproperties
//=============================================================================

defaultproperties
{
	bMovable=false
	bDamageable=false
	bCanBeDamaged=false
	bShouldBaseAtStartup=false

	bEdShouldSnap=true
    DrawType=DT_StaticMesh
    StaticMesh=StaticMesh'AS_Vehicles_SM.Vehicles.SpaceFighter_Human'
    DrawScale=3.0
    AmbientGlow=48
    bUnlit=false
	
	bUseCylinderCollision=false
    bCollideActors=true
    bCollideWorld=false
    bBlockActors=true
	bBlockKarma=true

	RemoteRole=Role_None
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:14.000 - Creation time: Do 14.8.2014 09:58:37.495 - Created with UnCodeX