- Extends
- ONSArtilleryCannon
PersesArtilleryTurret
Creation date: 2011-08-22 16:42
Last change: $Id$
Copyright © 2011, Wormbo
Website: http://www.koehler-homepage.de/Wormbo/
Feel free to reuse this code. Send me a note if you found it helpful or want
to report bugs/provide improvements.
Core.Object
|
+-- Engine.Actor
|
+-- Onslaught.ONSWeapon
|
+-- OnslaughtBP.ONSArtilleryCannon
|
+-- WVPersesMAS.PersesArtilleryTurret
Inherited Variables from OnslaughtBP.ONSArtilleryCannon |
bCanHitTarget, bHoldingFire, CameraAttempts, CameraLaunchWait, ChargedLoop, ChargingSound, LastAim, LastBeepTime, LastCameraLaunch, LastMortarShell, LastWeaponCharge, MaxHoldTime, MaxSpeed, MinSpeed, MortarCamera, MortarShell, MortarSpeed, PredicatedTimeToImpact, PredictedTargetLocation, StartHoldTime, TargetPredictionTimeStep, TrajectoryErrorFactor, WeaponCharge |
Inherited Variables from Onslaught.ONSWeapon |
AIInfo[2], AimLockReleaseTime, AimTraceRange, AltFireForce, AltFireInterval, AltFireProjectileClass, AltFireSoundClass, AltFireSoundRadius, AltFireSoundVolume, AmbientEffectEmitter, AmbientEffectEmitterClass, AmbientSoundScaling, bActive, bAimable, bAmbientAltFireSound, bAmbientFireSound, bCallInstigatorPostRender, bCorrectAim, bDoOffsetTrace, bDualIndependantTargeting, bForceCenterAim, bInheritVelocity, bInstantFire, bInstantRotation, bIsAltFire, bIsRepeatingFF, BlueSkin, bReflective, bShowAimCrosshair, bShowChargingBar, CurrentAim, CurrentHitLocation, DamageMax, DamageMin, DamageType, DebugInfo, DualFireOffset, EffectEmitter, EffectEmitterClass, FireCountdown, FireForce, FireInterval, FireIntervalAimLock, FireSoundClass, FireSoundPitch, FireSoundRadius, FireSoundVolume, FlashCount, FlashEmitter, FlashEmitterClass, GunnerAttachmentBone, HitCount, LastHitLocation, LastRotation, Momentum, OldFlashCount, OldHitCount, PitchBone, PitchDownLimit, PitchUpLimit, ProjectileClass, Projectiles, RedSkin, RotateSound, RotateSoundThreshold, RotationsPerSecond, SavedFireProperties[2], ShakeOffsetMag, ShakeOffsetRate, ShakeOffsetTime, ShakeRotMag, ShakeRotRate, ShakeRotTime, Spread, Team, TraceRange, WeaponFireAttachmentBone, WeaponFireLocation, WeaponFireOffset, WeaponFireRotation, WeaponOffset, YawBone, YawConstraintDelta, YawEndConstraint, YawStartConstraint |
Inherited Functions from OnslaughtBP.ONSArtilleryCannon |
AdjustAim, AllowCameraLaunch, AttemptFire, BestMode, CalcZSpeed, CanAttack, ChargeBar, FlashMuzzleFlash, NotifyDeployed, OwnerEffects, PredictTarget, ServerSetWeaponCharge, SetMuzzleVelocity, SetWeaponCharge, SpawnProjectile, StaticPrecache, UpdatePrecacheMaterials, UpdatePrecacheStaticMeshes |
Inherited Functions from Onslaught.ONSWeapon |
AdjustAim, AltFire, AttemptFire, BestMode, CalcWeaponFire, CanAttack, CeaseFire, ChargeBar, ClientPlayForceFeedback, ClientSpawnHitEffects, ClientStartFire, ClientStopFire, Destroyed, DestroyEffects, DisplayDebug, DoCombo, Fire, FlashMuzzleFlash, InitEffects, LimitPitch, MaxRange, OwnerEffects, PostBeginPlay, PostNetBeginPlay, SetFireRateModifier, SetGRI, SetTeam, ShakeView, SimulateTraceFire, SpawnBeamEffect, SpawnHitEffects, SpawnProjectile, StaticPrecache, StopForceFeedback, TraceFire, WeaponCeaseFire |
NextTargetPredictionTime Source code
var float NextTargetPredictionTime;
PersesArtilleryTurret
DriverEffectEmitterClass Source code
event
bool AttemptFire (
Controller C,
bool bAltFire) )
function byte BestMode ( ) )
function
bool CanAttack (
Actor Other) )
simulated event FlashMuzzleFlash ( ) )
simulated function
bool GetFireDirection (
vector TargetLocation, optional out
rotator FireRotation, optional out
float FireSpeedFactor) )
simulated function PredictTarget ( ) )
function PredictTargetLocation (
float Speed,
vector Direction) )
simulated function
bool TestTrajectory (
vector TargetLocation,
rotator FireRotation,
float FireSpeedFactor,
bool bIgnoreActors, optional out
vector HitLocation) )
simulated function Tick ( float DeltaTime) )
defaultproperties
{
ProjectileClass = class'PersesArtilleryShell';
AltFireProjectileClass = class'PersesArtilleryCameraShell';
FireIntervalAimLock = 0.3;
FireInterval = 3.5;
AltFireInterval = 1.5;
PitchUpLimit = 16000;
PitchDownLimit = 65000;
WeaponFireOffset = 0.0;
RotationsPerSecond = 0.5;
bDoOffsetTrace = True;
DriverEffectEmitterClass = class'ONSTankFireEffect';
}
|
Creation time: Do 14.8.2014 09:58:19.504 - Created with
UnCodeX