UE3:UTWeap RocketLauncher internal variables (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
No edit summary
 
Line 15: Line 15:


How long does it takes after a shot is fired for the weapon to reset and return to active
How long does it takes after a shot is fired for the weapon to reset and return to active
'''Default value, index 0:''' 0.44
'''Default value, index 1:''' 0.44
'''Default value, index 2:''' 0.44


====AltFireLaunchTimes====
====AltFireLaunchTimes====
Line 20: Line 26:


Holds how long it takes to fire a given shot
Holds how long it takes to fire a given shot
'''Default value, index 0:''' 0.51
'''Default value, index 1:''' 0.51
'''Default value, index 2:''' 0.51


====AltFireModeChangeSound====
====AltFireModeChangeSound====
Line 32: Line 44:


Holds how long it takes to que a given shot
Holds how long it takes to que a given shot
'''Default value, index 0:''' 0.4
'''Default value, index 1:''' 0.96
'''Default value, index 2:''' 0.96


====AltFireSndQue====
====AltFireSndQue====
Line 63: Line 81:


angle for locking for lock targets when on Console
angle for locking for lock targets when on Console
'''Default value:''' 0.992


====GracePeriod====
====GracePeriod====
Line 68: Line 88:


How much grace at the end of loading should be given before the weapon auto-fires
How much grace at the end of loading should be given before the weapon auto-fires
'''Default value:''' 0.96


====GrenadeClass====
====GrenadeClass====
Line 97: Line 119:
<!-- enter variable description -->
<!-- enter variable description -->


'''Default value:''' "[Granaten]"
'''Default value:''' "[Grenades]"


====LastLockedOnTime====
====LastLockedOnTime====
Line 131: Line 153:
! Value
! Value
|-
|-
| 000000,UL
| UL
|  
| 63.0
|-
| 000000,VL
|
|-
|-
| V
| V
| 384.0
| 384.0
|-
| VL
| 63.0
|}
|}


Line 146: Line 168:
! Value
! Value
|-
|-
| 000000,UL
| U
|  
| 63.0
|-
|-
| 000000,V
| UL
|  
| 63.0
|-
|-
| 000000,VL
| V
|  
| 384.0
|-
|-
| U
| VL
| 63.0
| 63.0
|}
|}
Line 164: Line 186:
! Value
! Value
|-
|-
| 000000,UL
| U
|  
| 126.0
|-
|-
| 000000,V
| UL
|  
| 63.0
|-
|-
| 000000,VL
| V
|  
| 384.0
|-
|-
| U
| VL
| 126.0
| 63.0
|}
|}


Line 213: Line 235:


angle for locking for lock targets
angle for locking for lock targets
'''Default value:''' 0.997


====LockedTarget====
====LockedTarget====
Line 299: Line 323:
<!-- enter variable description -->
<!-- enter variable description -->


'''Default value:''' "[Spirale]"
'''Default value:''' "[Spiral]"


====SpreadDist====
====SpreadDist====
Line 312: Line 336:


How much of the load-up timer needs to pass before the weapon will wait to fire on release
How much of the load-up timer needs to pass before the weapon will wait to fire on release
'''Default value:''' 0.85


====WeaponAltFireLaunch====
====WeaponAltFireLaunch====

Latest revision as of 08:40, 23 May 2008

UT3 Object >> Actor >> Inventory >> Weapon >> GameWeapon >> UTWeapon >> UTWeap_RocketLauncher (internal variables)
UTWeap_RocketLauncher internal variables in other games:

Internal variables

AltFireEndTimes

Type: array<float>

How long does it takes after a shot is fired for the weapon to reset and return to active

Default value, index 0: 0.44

Default value, index 1: 0.44

Default value, index 2: 0.44

AltFireLaunchTimes

Type: array<float>

Holds how long it takes to fire a given shot

Default value, index 0: 0.51

Default value, index 1: 0.51

Default value, index 2: 0.51

AltFireModeChangeSound

Type: SoundCue

The sound to play when alt-fire mode is changed

Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_AltModeChange_Cue'

AltFireQueueTimes

Type: array<float>

Holds how long it takes to que a given shot

Default value, index 0: 0.4

Default value, index 1: 0.96

Default value, index 2: 0.96

AltFireSndQue

Type: array<SoundCue>

Holds a collection of sound cues that define what sound to play at each loaded level

Default value, index 0: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_AltFireQueue1_Cue'

Default value, index 1: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_AltFireQueue2_Cue'

Default value, index 2: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_AltFireQueue3_Cue'

bIsAnyAmmoHidden

Type: bool

Have we hidden any of the ammo sockets from player's view

bLockedOnTarget

Type: bool

When true, this weapon is locked on target

bTargetLockingActive

Type: bool

If true, weapon will try to lock onto targets

ConsoleLockAim

Type: float

angle for locking for lock targets when on Console

Default value: 0.992

GracePeriod

Type: float

How much grace at the end of loading should be given before the weapon auto-fires

Default value: 0.96

GrenadeClass

Type: class<UTProjectile>

Class of the grenade

Default value: Class'UTGame.UTProj_Grenade'

GrenadeFireSound

Type: SoundCue

sound to play when firing grenades

Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_GrenadeFire_Cue'

GrenadeSpreadDist

Type: int

How much spread on Grenades

Default value: 300

GrenadeString

Type: string

Modifiers: localized


Default value: "[Grenades]"

LastLockedOnTime

Type: float

How long since the Lock Target has been valid

LastTargetLockCheckTime

Type: float

Last time target lock was checked

LastValidTargetTime

Type: float

When was the last time we had a valid target

LoadedFireMode

Type: ERocketFireMode


LoadedIconCoords

Type: UIRoot.TextureCoordinates

Array size: 3

Textures which show multiple loaded rockets

Default value, index 0:

Member Value
UL 63.0
V 384.0
VL 63.0

Default value, index 1:

Member Value
U 63.0
UL 63.0
V 384.0
VL 63.0

Default value, index 2:

Member Value
U 126.0
UL 63.0
V 384.0
VL 63.0

LoadedRocketClass

Type: class<UTProjectile>

Class of the rocket to use when multiple rockets loaded

Default value: Class'UTGame.UTProj_LoadedRocket'

LoadedShotCount

Type: int

This holds the current number of shots queued up

LoadUpAnimList

Type: name

Array size: 3

list of anims to play for loading the RL

Default value, index 0: 'WeaponAltFireQueue1'

Default value, index 1: 'WeaponAltFireQueue2'

Default value, index 2: 'WeaponAltFireQueue3'

LockAcquiredSound

Type: SoundCue

Sound Effects to play when Locking

Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_SeekLock_Cue'

LockAim

Type: float

angle for locking for lock targets

Default value: 0.997

LockedTarget

Type: Actor

What "target" is this weapon locked on to

LockedTargetPRI

Type: PlayerReplicationInfo


LockLostSound

Type: SoundCue


Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_SeekLost_Cue'

LockRange

Type: float

How far out should we be considering actors for a lock

Default value: 8000.0

MaxLoadCount

Type: int

This holds the maximum number of shots that can be queued

Default value: 3

MuzzleFlashPSCList

Type: array<UTParticleSystemComponent>

Holds a list of emitters that make up the muzzle flash

MuzzleFlashSocketList

Type: array<name>

Allow for multiple muzzle flash sockets **FIXME: will become offsets

Default value, index 0: 'MuzzleFlashSocketA'

Default value, index 1: 'MuzzleFlashSocketC'

Default value, index 2: 'MuzzleFlashSocketB'

PendingLockedTarget

Type: Actor

What "target" is current pending to be locked on to

PendingLockedTargetTime

Type: float

When did the pending Target become valid

RocketLoadedSound

Type: SoundCue

The sound to play when a rocket is loaded

Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_RocketLoaded_Cue'

SeekingRocketClass

Type: class<UTProjectile>

Class of the rocket to use when seeking

Default value: Class'UTGame.UTProj_SeekingRocket'

SkeletonFirstPersonMesh

Type: UTSkeletalMeshComponent

Skeletal mesh component for the 1st person view of the rocketlauncher

Default value: UTSkeletalMeshComponent'FirstPersonMesh'

SpiralString

Type: string

Modifiers: localized


Default value: "[Spiral]"

SpreadDist

Type: int

How much distance should be between each shot

Default value: 1000

WaitToFirePct

Type: float

How much of the load-up timer needs to pass before the weapon will wait to fire on release

Default value: 0.85

WeaponAltFireLaunch

Type: name

Array size: 3


Default value, index 0: 'WeaponAltFireLaunch1'

Default value, index 1: 'WeaponAltFireLaunch2'

Default value, index 2: 'WeaponAltFireLaunch3'

WeaponAltFireLaunchEnd

Type: name

Array size: 3


Default value, index 0: 'WeaponAltFireLaunch1End'

Default value, index 1: 'WeaponAltFireLaunch2End'

Default value, index 2: 'WeaponAltFireLaunch3End'

WeaponLoadedSnd

Type: SoundCue


Default value: SoundCue'A_Weapon_RocketLauncher.Cue.A_Weapon_RL_Load_Cue'