There is no spoon
UE3:UTVehicle_Eradicator (UT3)
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTVehicle_Eradicator |
- Package:
- UTGame
- Direct subclass:
- UTVehicle_Eradicator_Content
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. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
CameraFireToolTipIconCoords[edit]
Type: UIRoot.TextureCoordinates
Coordinates for the Camera Fire tooltip textures
GunnerFiringMode[edit]
Type: byte
Modifiers: repnotify
GunnerFlashCount[edit]
Type: byte
Modifiers: repnotify
GunnerFlashLocation[edit]
Type: Object.Vector
Modifiers: repnotify
GunnerWeaponRotation[edit]
Type: Object.Rotator
Modifiers: repnotify
These values are used in positioning the weapons
Default values[edit]
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
AIPurpose | AIP_Any | ||||||||
BaseEyeHeight | 0.0 | ||||||||
bBlocksNavigation | True | ||||||||
bEnteringUnlocks | False | ||||||||
bHardAttach | True | ||||||||
bHasAlternateTargetLocation | True | ||||||||
bSeparateTurretFocus | True | ||||||||
bStationary | True | ||||||||
bTurnInPlace | True | ||||||||
ChargeBarPosY | 7.0 | ||||||||
COMOffset |
|
||||||||
EyeHeight | 0.0 | ||||||||
Health | 800 | ||||||||
HornIndex | 1 | ||||||||
HUDExtent | 140.0 | ||||||||
MaxDesireability | 0.6 | ||||||||
MomentumMult | 0.3 | ||||||||
NonPreferredVehiclePathMultiplier | 2.0 | ||||||||
RespawnTime | 45.0 | ||||||||
SeatCameraScale | 2.5 | ||||||||
StayUprightConstraintInstance | RB_ConstraintInstance'UTGame.Default__UTVehicle_Eradicator:MyStayUprightConstraintInstance' | ||||||||
StayUprightConstraintSetup | RB_StayUprightSetup'UTGame.Default__UTVehicle_Eradicator:MyStayUprightSetup' |
Subobjects[edit]
CollisionCylinder[edit]
Class: Engine.CylinderComponent
Inherits from: UTVehicle.CollisionCylinder
No new values.
MyLightEnvironment[edit]
Class: Engine.DynamicLightEnvironmentComponent
Inherits from: UTVehicle.MyLightEnvironment
No new values.
MyStayUprightConstraintInstance[edit]
Class: Engine.RB_ConstraintInstance
Inherits from: UTVehicle.MyStayUprightConstraintInstance
No new values.
MyStayUprightSetup[edit]
Class: Engine.RB_StayUprightSetup
Inherits from: UTVehicle.MyStayUprightSetup
No new values.
SVehicleMesh[edit]
Class: Engine.SkeletalMeshComponent
Inherits from: UTVehicle.SVehicleMesh
No new values.
Functions[edit]
Native functions[edit]
GetTargetLocation[edit]
Overrides: Vehicle.GetTargetLocation
(Description copied from Vehicle.GetTargetLocation)
Returns:
- Figure out who we are targetting.
Events[edit]
PostBeginPlay[edit]
Overrides: UTVehicle.PostBeginPlay
Initialization
ReplicatedEvent[edit]
Overrides: UTVehicle.ReplicatedEvent
Because WeaponRotation is used to drive seat 1 - it will be replicated when you are in the big turret because bNetOwner is FALSE. We don't want it replicated though, so we discard it when we receive it.
SetTeamNum[edit]
Overrides: UTVehicle.SetTeamNum
Team is changed when vehicle is possessed
Other instance functions[edit]
CanDeployedAttack[edit]
Overrides: UTVehicle.CanDeployedAttack
DisplayHud[edit]
Overrides: UTVehicle.DisplayHud
DriverLeft[edit]
Overrides: UTVehicle.DriverLeft
DriverLeft() called by DriverLeave() after the drive has been taken out of the vehicle
FixPosition[edit]
ImportantVehicle[edit]
Overrides: UTVehicle.ImportantVehicle
IsArtillery[edit]
Overrides: UTVehicle.IsArtillery
AI Hint
OpenPositionFor[edit]
Overrides: UTVehicle.OpenPositionFor
(Description copied from UTVehicle.OpenPositionFor)
OpenPositionFor() returns true if there is a seat available for P
Parameters:
- P - The Pawn to test for
Returns:
- true if open
PassengerLeave[edit]
Overrides: UTVehicle.PassengerLeave
(Description copied from UTVehicle.PassengerLeave)
Called when a passenger leaves the vehicle
Parameters:
- SeatIndex - Leaving from which seat
RecommendLongRangedAttack[edit]
Overrides: Pawn.RecommendLongRangedAttack