I'm a doctor, not a mechanic
UE3:UTVehicle_Manta (UT3)
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTHoverVehicle >> UTVehicle_Manta |
- Package:
- UTGame
- Direct subclass:
- UTVehicle_Manta_Content
- This class in other games:
- UDK
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]
See UTVehicle_Manta properties.
Functions[edit]
Events[edit]
IncomingMissile[edit]
Overrides: UTVehicle.IncomingMissile
(Description copied from UTVehicle.IncomingMissile)
This function is called from an incoming missile that is targetting this vehicle
Parameters:
- P - The incoming projectile
MantaDuckEffect[edit]
MantaJumpEffect[edit]
PostBeginPlay[edit]
Overrides: UTVehicle.PostBeginPlay
Initialization
ReplicatedEvent[edit]
Overrides: UTVehicle.ReplicatedEvent
(Description copied from UTVehicle.ReplicatedEvent)
This event is triggered when a repnotify variable is received
Parameters:
- VarName - The name of the variable replicated
RigidBodyCollision[edit]
Overrides: UTVehicle.RigidBodyCollision
(Description copied from Actor.RigidBodyCollision)
Called when a PrimitiveComponent this Actor owns has:
-bNotifyRigidBodyCollision set to true -ScriptRigidBodyCollisionThreshold > 0 -it is involved in a physics collision where the relative velocity exceeds ScriptRigidBodyCollisionThreshold
Parameters:
- HitComponent - the component of this Actor that collided
- OtherComponent - the other component that collided
- RigidCollisionData - information on the collision itslef, including contact points
- ContactIndex - the element in each ContactInfos' ContactVelocity and PhysMaterial arrays that corresponds to this Actor/HitComponent
Other instance functions[edit]
CanBeBaseForPawn[edit]
Overrides: Pawn.CanBeBaseForPawn
Are we allowing this Pawn to be based on us?
ChooseFireMode[edit]
Overrides: UTVehicleBase.ChooseFireMode
AI - Returns the best firing mode for this weapon
Dodge[edit]
Overrides: UTVehicle.Dodge
Stub out the Dodge event. Override if the vehicle needs a dodge
See Pawn::Dodge()
DriverEnter[edit]
Overrides: UTVehicle.DriverEnter
DriverEnter() Make Pawn P the new driver of this vehicle
DrivingStatusChanged[edit]
Overrides: UTVehicle.DrivingStatusChanged
This function is called when the driver's status has changed.
FastVehicle[edit]
Overrides: UTVehicle.FastVehicle
AI hint
GetChargePower[edit]
Overrides: UTVehicle.GetChargePower
OverrideBeginFire[edit]
Overrides: UTVehicle.OverrideBeginFire
(Description copied from UTVehicle.OverrideBeginFire)
Gives the vehicle an opportunity to override the functionality of the given fire mode, called on both the owning client and the server
Returns:
- false to allow the vehicle weapon to use its behavior, true to override it
OverrideEndFire[edit]
Overrides: UTVehicle.OverrideEndFire
PossessedBy[edit]
Overrides: UTVehicle.PossessedBy
RecommendCharge[edit]
Overrides: UTVehicle.RecommendCharge
ShouldClamp[edit]
Overrides: UTVehicle.ShouldClamp
TooCloseToAttack[edit]
Overrides: UTVehicle.TooCloseToAttack
(Description copied from UTVehicle.TooCloseToAttack)
Check to see if Other is too close to attack
Parameters:
- Other - Actor to check against
Returns:
- true if he's too close