UTGame.UTProj_SPMACamera
- Extends
- UTProjectile
- Modifiers
- native ( Vehicle ) abstract
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Projectile
|
+-- UTGame.UTProjectile
|
+-- UTGame.UTProj_SPMACamera
Direct Known Subclasses:
UTProj_SPMACamera_Content
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 |
 | bool | CalcCamera (float fDeltaTime, out vector out_CamLoc, out rotator out_CamRot, out float out_FOV ))
|
 | | CheckAIDeploy ()))
|
 | | Deploy ()))
|
 | | DeployCamera ()))
|
 | | Destroyed ()))
|
 | | Disconnect ()))
|
 | vector | GetCurrentTargetLocation (Controller C)
|
 | Actor | GetHomingTarget (UTProjectile Seeker, Controller InstigatedBy))
|
 | Pawn | GetPawnOwner ()))
|
 | bool | IsStationary ()))
|
 | | KillTrajectory ()
|
 | | PhysicsVolumeChange (PhysicsVolume NewVolume ))
|
 | | PostBeginPlay ()))
|
 | | ProcessTouch (Actor Other, Vector HitLocation, Vector HitNormal))
|
 | | ReplicatedEvent (name VarName))
|
 | | ResetAimEffects ()))
|
 | | SendDeployMessage ()))
|
 | | SetTargetIndicator (bool bCanHit)
|
 | | SetUpSimulation ()))
|
 | | ShowSelf (bool bCheckFOV))
|
 | | ShowSelfTimed ()))
|
 | | ShutDown ()))
|
 | | SimulateTrajectory (vector TossVelocity)
|
 | bool | StopsProjectile (Projectile P))
|
 | | 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 repnotify bool bDeployed;
var bool bDisconnected;
var bool bDisplayingArc;
var float CVScale;
var float LastMessageUpdateTime;
var
vector LastTargetLocation;
var
vector LastTargetVelocity;
var float MaxHeight;
var float MaxTargetRange;
TargetRedirectDistance Source code
var float TargetRedirectDistance;
UTProj_SPMACamera
simulated
function bool CalcCamera (
float fDeltaTime, out
vector out_CamLoc, out
rotator out_CamRot, out
float out_FOV ) )
function CheckAIDeploy ( ) )
function Deploy ( ) )
simulated function DeployCamera ( ) )
simulated event Destroyed ( ) )
simulated function Disconnect ( ) )
GetCurrentTargetLocation Source code
simulated
function Pawn GetPawnOwner ( ) )
function bool IsStationary ( ) )
native simulated function KillTrajectory ( )
simulated event PostBeginPlay ( ) )
simulated
function ProcessTouch (
Actor Other,
Vector HitLocation,
Vector HitNormal) )
simulated event ReplicatedEvent ( name VarName) )
simulated function ResetAimEffects ( ) )
simulated function SendDeployMessage ( ) )
native function SetTargetIndicator ( bool bCanHit )
simulated event SetUpSimulation ( ) )
function ShowSelf ( bool bCheckFOV) )
function ShowSelfTimed ( ) )
simulated function ShutDown ( ) )
native simulated
function SimulateTrajectory (
vector TossVelocity )
simulated
function bool StopsProjectile (
Projectile P) )
defaultproperties
{
MaxTargetRange=10240.000000
CameraViewOffset=(X=-256.000000,Y=0.000000,Z=128.000000)
CVScale=1.000000
TargetRedirectDistance=512.000000
TrajectorySteps=1000.000000
TerminalVelocity=4500.000000
Speed=4000.000000
MaxSpeed=4000.000000
bSwitchToZeroCollision=False
bRotationFollowsVelocity=True
Damage=250.000000
DamageRadius=660.000000
MomentumTransfer=175000.000000
Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UTGame.Default__UTProjectile:CollisionCylinder'
ObjectArchetype=CylinderComponent'UTGame.Default__UTProjectile:CollisionCylinder'
End Object
CylinderComponent=CollisionCylinder
Components(0)=CollisionCylinder
Physics=PHYS_Falling
bNetTemporary=False
bAlwaysRelevant=True
bUpdateSimulatedPosition=True
bCollideComplex=False
bProjTarget=True
LifeSpan=0.000000
CollisionComponent=CollisionCylinder
MessageClass=Class'UTGame.UTSPMAMessage'
Name="Default__UTProj_SPMACamera"
ObjectArchetype=UTProjectile'UTGame.Default__UTProjectile'
}
|
Creation time: sk 18-3-2018 10:00:55.583 - Created with
UnCodeX