Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:ONSDualACSideGun (UT2004)
Object >> Actor >> ONSWeapon >> ONSLinkableWeapon >> ONSDualACSideGun |
Contents
- Package:
- OnslaughtBP
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. |
ONSDaulACSideGun - (C) 2004, Epic Games Joe Wilcox
This is the primary weapon the Cicada.
Properties[edit]
bDumpingLoad[edit]
Type: bool
Are we dumping our load of rockets?
bFiresRight[edit]
Type: bool
If true, this weapon will eject shells to the right instead of the left
bLocked[edit]
Type: bool
If true all shots are locked to the vector below
bSkipFire[edit]
Type: bool
If true, it ignore this shot and pass it to it's linked weapon
FireControl[edit]
Type: Controller
Temp. Storage of who is doing the firing.
LoadedShotCount[edit]
Type: int
LockedTarget[edit]
Type: Object.Vector
If bLocked, all missiles will home to this location
LockPosition[edit]
Type: Object.Vector
position when locked on
MaxShotCount[edit]
Type: int
LoadedShotCount = # of shots loaded, MaxShotCount = Max # to load
Default value: 16
ReloadSound[edit]
Type: Sound
Sound to play when loading a rocket
RelockTime[edit]
Type: float
Time before we can reacquire a lock
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AIInfo[0] |
|
||||||||||
AIInfo[1] |
|
||||||||||
AltFireInterval | 0.33 | ||||||||||
AltFireProjectileClass | Class'OnslaughtBP.ONSDualACRocket' | ||||||||||
AltFireSoundClass | Sound'CicadaSnds.Missile.MissileEject' | ||||||||||
AltFireSoundVolume | 70.0 | ||||||||||
bInstantRotation | True | ||||||||||
CullDistance | 7000.0 | ||||||||||
FireSoundClass | Sound'CicadaSnds.Missile.MissileEject' | ||||||||||
FireSoundVolume | 70.0 | ||||||||||
Mesh | Mesh'ONSBPAnimations.DualAttackCraftSideGunMesh' | ||||||||||
PitchBone | 'RL_Right' | ||||||||||
PitchDownLimit | 50000 | ||||||||||
PitchUpLimit | 18000 | ||||||||||
ProjectileClass | Class'OnslaughtBP.ONSDualACRocket' | ||||||||||
RotationsPerSecond | 0.09 | ||||||||||
WeaponFireAttachmentBone | 'FirePoint' | ||||||||||
YawBone | 'RL_Right' | ||||||||||
YawEndConstraint | 5000.0 | ||||||||||
YawStartConstraint | -5000.0 |
Functions[edit]
Events[edit]
AttemptFire[edit]
Overrides: ONSLinkableWeapon.AttemptFire
OwnerEffects[edit]
Overrides: ONSWeapon.OwnerEffects
Timer[edit]
Overrides: Actor.Timer
Other instance functions[edit]
BestMode[edit]
Overrides: ONSWeapon.BestMode
CanAttack[edit]
Overrides: ONSWeapon.CanAttack
ChangeTargetLock[edit]
ClientStopFire[edit]
Overrides: ONSWeapon.ClientStopFire
FindInitialTarget[edit]
FireSingle[edit]
RemoveLock[edit]
SpawnProjectile[edit]
Overrides: ONSWeapon.SpawnProjectile
SpawnTargetBeam[edit]
WeaponCeaseFire[edit]
Overrides: ONSWeapon.WeaponCeaseFire