Gah - a solution with more questions. – EntropicLqd
UE1:RocketLauncher (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
RocketLauncher.uc $Date: 4/28/99 11:16a $ $Revision: 2 $
Properties
Property group 'Weapon'
bRJDisabled
Type: bool
Disable RocketJump ability
Internal variables
ReloadTracker
Type: int
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
AIRating | 0.6 | ||||||||
AltFireSound | Sound'UPak.RocketLauncher.RocketShot2' | ||||||||
AltProjectileClass | Class'UPak.TowRocket' | ||||||||
AltRefireRate | 0.15 | ||||||||
AmmoName | Class'UPak.RLAmmo' | ||||||||
AutoSwitchPriority | 6 | ||||||||
bAltWarnTarget | True | ||||||||
bNoSmooth | False | ||||||||
bRecommendSplashDamage | True | ||||||||
bSplashDamage | True | ||||||||
bWarnTarget | True | ||||||||
CollisionHeight | 8.0 | ||||||||
CollisionRadius | 28.0 | ||||||||
FireOffset |
|
||||||||
FireSound | Sound'UPak.RocketLauncher.RocketShot2' | ||||||||
InventoryGroup | 5 | ||||||||
ItemName | "RocketLauncher" | ||||||||
Mesh | LodMesh'UPak.RLpickup' | ||||||||
PickupAmmoCount | 5 | ||||||||
PickupMessage | "You got the RocketLauncher." | ||||||||
PickupSound | Sound'UnrealShare.Pickups.WeaponPickup' | ||||||||
PickupViewMesh | LodMesh'UPak.RLpickup' | ||||||||
PlayerViewMesh | LodMesh'UPak.RL1st' | ||||||||
PlayerViewOffset |
|
||||||||
ProjectileClass | Class'UPak.UPakRocket' | ||||||||
RefireRate | 0.15 | ||||||||
SelectSound | Sound'UPak.RocketLauncher.RocketSelect1' | ||||||||
ThirdPersonMesh | LodMesh'UPak.RL3rd' |
Functions
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: Weapon.PostBeginPlay
PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
Other instance functions
Altfire
function Altfire (float value)
Overrides: Weapon.AltFire
Fire
function Fire (float value)
Overrides: Weapon.Fire
HandlePickupQuery
Overrides: Weapon.HandlePickupQuery
PlayAltFiring
function PlayAltFiring ()
Overrides: Weapon.PlayAltFiring
PlayFiring
function PlayFiring ()
Overrides: Weapon.PlayFiring
PlayIdleAnim
function PlayIdleAnim ()
Overrides: Weapon.PlayIdleAnim
ProjectileFire
Overrides: Weapon.ProjectileFire
States
AltFiring
Idle
Idle.BeginState
event BeginState ()
Overrides: Object.BeginState (global)
Idle.EndState
event EndState ()
Overrides: Object.EndState (global)
NormalFire
NormalFire.BeginState
event BeginState ()
Overrides: Object.BeginState (global)