UTGame.UTVehicle_Fury
- Extends
- UTAirVehicle
- Modifiers
- native ( Vehicle ) abstract
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Pawn
|
+-- Engine.Vehicle
|
+-- Engine.SVehicle
|
+-- UTGame.UTVehicleBase
|
+-- UTGame.UTVehicle
|
+-- UTGame.UTHoverVehicle
|
+-- UTGame.UTAirVehicle
|
+-- UTGame.UTVehicle_Fury
Direct Known Subclasses:
UTVehicle_Fury_Content
Enumerations Summary |
EBoostDir EBD_None,
EBD_Forward,
EBD_Left,
EBD_Right |
Structures Summary |
BeamLockData LockedTarget, LockedBone |
JetSFXInfo ExhaustTag, Exhaust, ExhaustCur, ExhaustRampUpTime, ExhaustRampDownTime |
Functions Summary |
 | | ActivateRocketBoosters (EBoostDir BoostDir))
|
 | | AddBeamEmitter ()))
|
 | | BeamLockOn ()))
|
 | | Boost (out JetSFXInfo SFXInfo, float RampUpTime, float RampDownTime)
|
 | | BoostTo (out JetSFXInfo SFXInfo, float NewExhaust, float RampTime)
|
 | | DeactivateRocketBoosters ()))
|
 | | Destroyed ()))
|
 | bool | Dodge (eDoubleClickDir DoubleClickMove))
|
 | | EnableFullSteering ()))
|
 | | GetSVehicleDebug (out Array DebugInfo ))
|
 | bool | InCustomEntryRadius (Pawn P))
|
 | | KillBeamEmitter ()))
|
 | | LowerSteering ()))
|
 | bool | OnTouchForcedDirVolume (ForcedDirVolume Vol))
|
 | bool | OverrideBeginFire (byte FireModeNum))
|
 | bool | OverrideEndFire (byte FireModeNum))
|
 | | PlayLanding ()
|
 | | PlayTakeOff ()
|
 | | PostBeginPlay ()))
|
 | | PostInitAnimTree (SkeletalMeshComponent SkelComp))
|
 | bool | RecommendLongRangedAttack ()))
|
 | | ReplicatedEvent (name VarName))
|
 | | ServerBoost (EBoostDir BoostType))
|
 | | SetBeamEmitterHidden (bool bHide))
|
 | bool | ShouldClamp ()))
|
 | | SpawnImpactEmitter (vector HitLocation, vector HitNormal, const out MaterialImpactEffect ImpactEffect, int SeatIndex))
|
 | bool | TouchingForcedDirVolume ()))
|
 | | VehicleWeaponFired (bool bViaReplication, vector HitLocation, int SeatIndex ))
|
 | | VehicleWeaponStoppedFiring (bool bViaReplication, int SeatIndex ))
|
var name BeamSockets[4];
var float BoostAirSpeed;
var float BoostChargeRate;
var float BoostDisabledTimer;
var float BoostEndTime;
BoosterForceMagnitude[4] Source code
var float BoosterForceMagnitude[4];
var float BoosterFOVAngle;
var name BoosterNames[3];
var float BoostPowerSpeed;
var float BoostRampDownTime;
var float BoostRampUpTime;
var bool bSteeringLimited;
var float CustomEntryRadius;
EndPointNormalParamName Source code
var name EndPointNormalParamName;
var name EndPointParamName;
var float MaxBoostDuration[4];
var float MinTurnRiseForce;
var float MinTurnStrafeForce;
var float MinTurnThrustForce;
var float TakeOffRate;
var float UprightMaxModifier;
UprightRollMaxThreshold Source code
var float UprightRollMaxThreshold;
UprightRollMinThreshold Source code
var float UprightRollMinThreshold;
UTVehicle_Fury
enum
EBoostDir
{
EBD_None,
EBD_Forward,
EBD_Left,
EBD_Right
};
struct
JetSFXInfo
{
var float Exhaust;
var float ExhaustCur;
var float ExhaustRampDownTime;
var float ExhaustRampUpTime;
var name ExhaustTag;
};
ActivateRocketBoosters Source code
simulated event ActivateRocketBoosters (
EBoostDir BoostDir) )
simulated function AddBeamEmitter ( ) )
simulated function BeamLockOn ( ) )
native
function Boost ( out
JetSFXInfo SFXInfo,
float RampUpTime,
float RampDownTime )
native
function BoostTo ( out
JetSFXInfo SFXInfo,
float NewExhaust,
float RampTime )
DeactivateRocketBoosters Source code
simulated event DeactivateRocketBoosters ( ) )
simulated event Destroyed ( ) )
simulated event EnableFullSteering ( ) )
simulated function GetSVehicleDebug ( out Array<String> DebugInfo ) )
function bool InCustomEntryRadius (
Pawn P) )
simulated function KillBeamEmitter ( ) )
simulated event LowerSteering ( ) )
OnTouchForcedDirVolume Source code
simulated function bool OverrideBeginFire ( byte FireModeNum) )
simulated function bool OverrideEndFire ( byte FireModeNum) )
simulated event PlayLanding ( )
simulated event PlayTakeOff ( )
simulated function PostBeginPlay ( ) )
RecommendLongRangedAttack Source code
function bool RecommendLongRangedAttack ( ) )
simulated event ReplicatedEvent ( name VarName) )
reliable server
function ServerBoost (
EBoostDir BoostType) )
simulated function SetBeamEmitterHidden ( bool bHide) )
simulated function bool ShouldClamp ( ) )
TouchingForcedDirVolume Source code
simulated function bool TouchingForcedDirVolume ( ) )
simulated
function VehicleWeaponFired (
bool bViaReplication,
vector HitLocation,
int SeatIndex ) )
VehicleWeaponStoppedFiring Source code
simulated function VehicleWeaponStoppedFiring ( bool bViaReplication, int SeatIndex ) )
defaultproperties
{
TakeOffRate=1.134000
BoostAirSpeed=5000.000000
BoosterForceMagnitude(1)=1700.000000
BoosterForceMagnitude(2)=1700.000000
BoosterForceMagnitude(3)=1700.000000
MaxBoostDuration(1)=1.000000
MaxBoostDuration(2)=0.700000
MaxBoostDuration(3)=0.700000
BoostInterval=1.500000
BoostPowerSpeed=5000.000000
BoosterFOVAngle=90.000000
MinTurnStrafeForce=100.000000
MinTurnThrustForce=3500.000000
MinTurnRiseForce=2200.000000
UprightRollMaxThreshold=1000.000000
UprightMaxModifier=15.000000
BoostRampUpTime=0.200000
BoostRampDownTime=0.500000
CustomEntryRadius=240.000000
LandingEventHeight=400.000000
PushForce=50000.000000
MaxGroundEffectDist=512.000000
bHasCustomEntryRadius=True
bRotateCameraUnderVehicle=True
bLimitCameraZLookingUp=True
bIsNecrisVehicle=True
Begin Object Class=DynamicLightEnvironmentComponent Name=MyLightEnvironment ObjName=MyLightEnvironment Archetype=DynamicLightEnvironmentComponent'UTGame.Default__UTAirVehicle:MyLightEnvironment'
ObjectArchetype=DynamicLightEnvironmentComponent'UTGame.Default__UTAirVehicle:MyLightEnvironment'
End Object
LightEnvironment=MyLightEnvironment
HornIndex=3
VehicleIndex=2
VehiclePositionString="in a Fury"
VehicleNameString="Fury"
SpawnRadius=220.000000
ChargeBarPosY=6.000000
TeamBeaconOffset=(X=0.000000,Y=0.000000,Z=180.000000)
CameraLag=0.050000
Begin Object Class=UTVehicleSimChopper Name=SimObject ObjName=SimObject Archetype=UTVehicleSimChopper'UTGame.Default__UTVehicleSimChopper'
MaxThrustForce=1100.000000
MaxReverseForce=500.000000
LongDamping=0.700000
MaxStrafeForce=400.000000
LatDamping=0.700000
MaxRiseForce=800.000000
UpDamping=0.700000
TurnTorqueFactor=7000.000000
TurnTorqueMax=2000.000000
TurnDamping=1.350000
MaxYawRate=1.200000
PitchTorqueFactor=400.000000
PitchTorqueMax=60.000000
PitchDamping=0.100000
RollTorqueTurnFactor=1500.000000
RollTorqueStrafeFactor=100.000000
RollTorqueMax=300.000000
RollDamping=0.100000
StopThreshold=100.000000
MaxRandForce=25.000000
RandForceInterval=0.500000
bFullThrustOnDirectionChange=True
PitchViewCorrelation=350.000000
Name="SimObject"
ObjectArchetype=UTVehicleSimChopper'UTGame.Default__UTVehicleSimChopper'
End Object
SimObj=SimObject
bStayUpright=True
bCanFlip=True
StayUprightRollResistAngle=5.000000
StayUprightPitchResistAngle=5.000000
StayUprightStiffness=800.000000
StayUprightDamping=20.000000
Begin Object Class=RB_StayUprightSetup Name=MyStayUprightSetup_1 ObjName=MyStayUprightSetup_1 Archetype=RB_StayUprightSetup'UTGame.Default__UTAirVehicle:MyStayUprightSetup'
Name="MyStayUprightSetup_1"
ObjectArchetype=RB_StayUprightSetup'UTGame.Default__UTAirVehicle:MyStayUprightSetup'
End Object
StayUprightConstraintSetup=RB_StayUprightSetup'UTGame.Default__UTVehicle_Fury:MyStayUprightSetup_1'
Begin Object Class=RB_ConstraintInstance Name=MyStayUprightConstraintInstance_1 ObjName=MyStayUprightConstraintInstance_1 Archetype=RB_ConstraintInstance'UTGame.Default__UTAirVehicle:MyStayUprightConstraintInstance'
Name="MyStayUprightConstraintInstance_1"
ObjectArchetype=RB_ConstraintInstance'UTGame.Default__UTAirVehicle:MyStayUprightConstraintInstance'
End Object
StayUprightConstraintInstance=RB_ConstraintInstance'UTGame.Default__UTVehicle_Fury:MyStayUprightConstraintInstance_1'
MaxSpeed=4000.000000
UprightLiftStrength=30.000000
UprightTorqueStrength=30.000000
ExitOffset=(X=100.000000,Y=0.000000,Z=0.000000)
GroundSpeed=2000.000000
AirSpeed=1500.000000
BaseEyeHeight=100.000000
EyeHeight=100.000000
Health=400
Begin Object Class=SkeletalMeshComponent Name=SVehicleMesh ObjName=SVehicleMesh Archetype=SkeletalMeshComponent'UTGame.Default__UTAirVehicle:SVehicleMesh'
ObjectArchetype=SkeletalMeshComponent'UTGame.Default__UTAirVehicle:SVehicleMesh'
End Object
Mesh=SVehicleMesh
Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UTGame.Default__UTAirVehicle:CollisionCylinder'
CollisionHeight=70.000000
CollisionRadius=240.000000
ObjectArchetype=CylinderComponent'UTGame.Default__UTAirVehicle:CollisionCylinder'
End Object
CylinderComponent=CollisionCylinder
Components(0)=CollisionCylinder
Components(1)=SVehicleMesh
Components(2)=MyLightEnvironment
Components(3)=SimObject
CollisionComponent=SVehicleMesh
Name="Default__UTVehicle_Fury"
ObjectArchetype=UTAirVehicle'UTGame.Default__UTAirVehicle'
}
|
Creation time: sk 18-3-2018 10:01:00.684 - Created with
UnCodeX