UTGame.UTProj_ScavengerBoltBase
- Extends
- UTProjectile
- Modifiers
- native
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Projectile
|
+-- UTGame.UTProjectile
|
+-- UTGame.UTProj_ScavengerBoltBase
Direct Known Subclasses:
UTProj_ScavengerBolt
Inherited Variables from UTGame.UTProjectile |
AccelRate, AmbientSound, bAdvanceExplosionEffect, bAttachExplosionToPawns, bAttachExplosionToVehicles, bCheckProjectileLight, bImportantAmbientSound, bShuttingDown, bSuppressExplosionFX, bSuppressSounds, Buoyancy, bWaitForEffects, bWideCheck, CheckRadius, CustomGravityScaling, DecalDissolveParamName, DecalHeight, DecalWidth, DurationOfDecal, ExplosionDecal, ExplosionLightClass, ExplosionSound, InstigatorBaseVehicle, MaxEffectDistance, MaxExplosionLightDistance, ProjectileLight, ProjectileLightClass, ProjEffects, ProjExplosionTemplate, ProjFlightTemplate, TerminalVelocity, TossZ |
Inherited Variables from Engine.Projectile |
bBegunPlay, bBlockedByInstigator, bInitRotationFromVelocity, bNotBlockedByShield, bRotationFollowsVelocity, bSwitchToZeroCollision, CylinderComponent, Damage, DamageRadius, ImpactedActor, ImpactSound, InstigatorController, MaxSpeed, MomentumTransfer, MyDamageType, NetCullDistanceSquared, SpawnSound, Speed, ZeroCollider, ZeroColliderComponent |
Functions Summary |
 | | DealDamage (vector HitLocation))
|
 | bool | FullySpawned ()))
|
 | | HitWall (vector HitNormal, Actor Wall, PrimitiveComponent WallComp))
|
 | | KillBolt ()))
|
 | | Landed (vector HitNormal, Actor FloorActor))
|
 | | PostBeginPlay ()))
|
 | | ProcessTouch (Actor Other, vector HitLocation, vector HitNormal))
|
 | | SetTargetActor (actor HitActor ))
|
 | | SpawnBeam ()))
|
 | | SpawnExplosionEffects (vector HitLocation, vector HitNormal))
|
 | | TakeDamage (int DamageAmount, Controller EventInstigator, vector HitLocation, vector Momentum, class<DamageType> DamageType, optional TraceHitInfo HitInfo, optional Actor DamageCauser))
|
Inherited Functions from UTGame.UTProjectile |
CalcCamera, CalculateTravelTime, CanSplash, CheckMaxEffectDistance, CreateProjectileLight, Destroyed, EffectIsRelevant, Explode, GetHomingTarget, GetPawnOwner, GetRange, GetTerminalVelocity, GetTimeToLocation, HideProjectile, Init, Landed, MyOnParticleSystemFinished, PostBeginPlay, PreBeginPlay, ProcessTouch, ProjectileHurtRadius, SetExplosionEffectParameters, SetInitialState, ShouldSpawnExplosionLight, Shutdown, SpawnExplosionEffects, SpawnFlightEffects, StaticGetTimeToLocation, Tick, TornOff |
Inherited Functions from Engine.Projectile |
CanSplash, EncroachedBy, EncroachingOn, Explode, FellOutOfWorld, GetRange, GetTeamNum, GetTimeToLocation, HitWall, HurtRadius, Init, IsStationary, PostBeginPlay, PreBeginPlay, ProcessTouch, RandSpin, Reset, StaticGetTimeToLocation, Touch |
var float AttackRangeSq;
var name BeamEndName;
var const protected
SoundCue BeamFireCue;
var int Bounces;
var float DamageFrequency;
var float DetectionRange;
var float FastHomeAccel;
var float LastDamageTime;
var float LastOwnerBounce;
var float LastValidTargetTime;
LastValidTargetUpdateTime Source code
var float LastValidTargetUpdateTime;
var float MaxAttackRangeSq;
var float MaxValidationInterval;
var float SeekingAcceleration;
var float SlowHomeAccel;
event DealDamage (
vector HitLocation) )
simulated function bool FullySpawned ( ) )
event KillBolt ( ) )
simulated
function Landed (
vector HitNormal,
Actor FloorActor) )
simulated function PostBeginPlay ( ) )
simulated
function ProcessTouch (
Actor Other,
vector HitLocation,
vector HitNormal) )
simulated
function SetTargetActor (
actor HitActor ) )
simulated event SpawnBeam ( ) )
simulated
function SpawnExplosionEffects (
vector HitLocation,
vector HitNormal) )
defaultproperties
{
Bounces=8
DetectionRange=1000.000000
SeekingAcceleration=2000.000000
AttackRangeSq=90000.000000
MaxAttackRangeSq=36000000.000000
MaxValidationInterval=0.500000
BeamEndName="LinkBeamEnd"
DamageFrequency=0.200000
FastHomeAccel=2400.000000
SlowHomeAccel=2000.000000
BeamFireCue=SoundCue'A_Vehicle_Scavenger.Scavenger.A_Vehicle_Scavenger_DroneFire_Cue'
Speed=80.000000
MaxSpeed=1400.000000
bBlockedByInstigator=True
bRotationFollowsVelocity=True
Damage=30.000000
Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UTGame.Default__UTProjectile:CollisionCylinder'
CollisionHeight=16.000000
CollisionRadius=16.000000
CollideActors=True
BlockActors=True
ObjectArchetype=CylinderComponent'UTGame.Default__UTProjectile:CollisionCylinder'
End Object
CylinderComponent=CollisionCylinder
Components(0)=CollisionCylinder
bNetTemporary=False
bProjTarget=True
bBounce=True
LifeSpan=0.000000
CollisionComponent=CollisionCylinder
Name="Default__UTProj_ScavengerBoltBase"
ObjectArchetype=UTProjectile'UTGame.Default__UTProjectile'
}
|
Creation time: sk 18-3-2018 10:00:55.349 - Created with
UnCodeX