UE3:UTAmmo RocketLauncher (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
No edit summary
Line 19: Line 19:
| {{tl|AmmoAmount||UTAmmoPickupFactory}}
| {{tl|AmmoAmount||UTAmmoPickupFactory}}
| 9
| 9
|-
| {{tl|MaxDesireability||PickupFactory}}
| 0.3
|-
|-
| {{tl|PickupMessage||UTItemPickupFactory}}
| {{tl|PickupMessage||UTItemPickupFactory}}
| "Raketenpackung"
| "Rocket Pack"
|-
|-
| {{tl|PickupSound||UTItemPickupFactory}}
| {{tl|PickupSound||UTItemPickupFactory}}
Line 68: Line 71:
! Value
! Value
|-
|-
| 000000,Y
| X
|  
| 0.0
|-
|-
| 000000,Z
| Y
|  
| 0.0
|-
|-
| X
| Z
| 0.0
| 1.0
|}
|}
|}
|}
Line 121: Line 124:
! Value
! Value
|-
|-
| 000000,A
| A
|  
| 1.0
|-
|-
| 000000,B
| B
|  
| 1.0
|-
|-
| 000000,G
| G
|  
| 1.0
|-
|-
| R
| R

Revision as of 07:40, 23 May 2008

Package:
UTGame
This class in other games:

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values

Property Value
AmmoAmount 9
MaxDesireability 0.3
PickupMessage "Rocket Pack"
PickupSound SoundCue'A_Pickups.Ammo.Cue.A_Pickup_Ammo_Rocket_Cue'
TargetWeapon Class'UTGame.UTWeap_RocketLauncher'

Subobjects

AmmoMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTAmmoPickupFactory.AmmoMeshComp

Property Value
LightEnvironment DynamicLightEnvironmentComponent'UTGame.Default__UTAmmo_RocketLauncher:PickupLightEnvironment'
Rotation
Member Value
Pitch 0
Roll 16384
Yaw 0
StaticMesh StaticMesh'PICKUPS.Ammo_Rockets.Mesh.S_Ammo_RocketLauncher'
Translation
Member Value
X 0.0
Y 0.0
Z 1.0

BaseMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTAmmoPickupFactory.BaseMeshComp

Property Value
LightEnvironment DynamicLightEnvironmentComponent'UTGame.Default__UTAmmo_RocketLauncher:PickupLightEnvironment'

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTAmmoPickupFactory.CollisionCylinder

No new values.

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: UTAmmoPickupFactory.PathRenderer

No new values.

PickupLightEnvironment

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTAmmoPickupFactory.PickupLightEnvironment

Property Value
AmbientGlow
Member Value
A 1.0
B 1.0
G 1.0
R 1.0