Gah - a solution with more questions. – EntropicLqd

Difference between revisions of "UE3:UTVWeap ScorpionTurret (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 36: Line 36:
 
|-
 
|-
 
| {{tl|FireInterval||Weapon}}[0]
 
| {{tl|FireInterval||Weapon}}[0]
| 0.0
+
| 0.65
 
|-
 
|-
 
| {{tl|FireOffset||Weapon}}
 
| {{tl|FireOffset||Weapon}}
Line 44: Line 44:
 
! Value
 
! Value
 
|-
 
|-
| 000000,Y
+
| X
|  
+
| 19.0
 
|-
 
|-
| 000000,Z
+
| Y
|  
+
| 10.0
 
|-
 
|-
| X
+
| Z
| 19.0
+
| -10.0
 
|}
 
|}
 
|-
 
|-
Line 67: Line 67:
 
|-
 
|-
 
| {{tl|ItemName||Inventory}}
 
| {{tl|ItemName||Inventory}}
| "Skorpion"
+
| "Scorpion"
 
|-
 
|-
 
| {{tl|PlayerViewOffset||UTWeapon}}
 
| {{tl|PlayerViewOffset||UTWeapon}}
Line 75: Line 75:
 
! Value
 
! Value
 
|-
 
|-
| 000000,Y
+
| X
|  
+
| 11.0
 
|-
 
|-
| 000000,Z
+
| Y
|  
+
| 7.0
 
|-
 
|-
| X
+
| Z
| 11.0
+
| -9.0
 
|}
 
|}
 
|-
 
|-

Latest revision as of 07:40, 23 May 2008

UT3 Object >> Actor >> Inventory >> Weapon >> GameWeapon >> UTWeapon >> UTVehicleWeapon >> UTVWeap_ScorpionTurret
Package: 
UTGameContent
This class in other games:
UDK

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

Properties[edit]

TeamProjectiles[edit]

Type: class<UTProj_ScorpionGlob_Base>

Array size: 2


Default value, index 0: Class'UTGameContent.UTProj_ScorpionGlob_Red'

Default value, index 1: Class'UTGameContent.UTProj_ScorpionGlob'

Default values[edit]

Property Value
AimError 650.0
bFastRepeater True
FireInterval[0] 0.65
FireOffset
Member Value
X 19.0
Y 10.0
Z -10.0
IconHeight 42
IconWidth 27
IconX 382
IconY 82
ItemName "Scorpion"
PlayerViewOffset
Member Value
X 11.0
Y 7.0
Z -9.0
VehicleClass Class'UTGameContent.UTVehicle_Scorpion_Content'
WeaponColor
Member Value
A 255
B 64
G 255
R 64
WeaponFireSnd[0] SoundCue'A_Vehicle_Scorpion.SoundCues.A_Vehicle_Scorpion_AltFire'
WeaponFireTypes[0] EWFT_Projectile
WeaponProjectiles[0] Class'UTGameContent.UTProj_ScorpionGlob'
WeaponRange 7000.0

Subobjects[edit]

FirstPersonMesh[edit]

Class: UTGame.UTSkeletalMeshComponent

Inherits from: UTVehicleWeapon.FirstPersonMesh

No new values.

PickupMesh[edit]

Class: Engine.SkeletalMeshComponent

Inherits from: UTVehicleWeapon.PickupMesh

No new values.

Instance functions[edit]

GetAdjustedAim[edit]

simulated function Object.Rotator GetAdjustedAim (Object.Vector StartFireLoc)

Overrides: UTVehicleWeapon.GetAdjustedAim

GetAdjustedAim begins a chain of function class that allows the weapon, the pawn and the controller to make on the fly adjustments to where this weapon is pointing.

ProjectileFire[edit]

simulated function Projectile ProjectileFire ()

Overrides: UTVehicleWeapon.ProjectileFire

Create the projectile, but also increment the flash count for remote client effects.