The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UTVehicle_Goliath (UT3)
- Package:
- UTGame
- Direct subclass:
- UTVehicle_Goliath_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-2007 Epic Games, Inc. All Rights Reserved.
Properties
See UTVehicle_Goliath properties.
Instance functions
DisplayWheelsDebug
Overrides: SVehicle.DisplayWheelsDebug
Special debug information for the wheels that is displayed at each wheel's location
GetSVehicleDebug
Overrides: UTVehicle.GetSVehicleDebug
(Description copied from UTVehicle.GetSVehicleDebug)
We extend GetSVehicleDebug to include information about the seats array
Parameters:
- DebugInfo - We return the text to display here
GetVelocity
For Antenna delegate purposes (let's turret motion be more dramatic)
ImportantVehicle
Overrides: UTVehicle.ImportantVehicle
RecommendLongRangedAttack
Overrides: Pawn.RecommendLongRangedAttack
StartEngineSound
Overrides: SVehicle.StartEngineSound
turns on the engine sound
StopEngineSound
Overrides: SVehicle.StopEngineSound
turns off the engine sound
TeamChanged
Overrides: UTVehicle.TeamChanged
This function is called when the team has changed. Use it to setup team specific overlays/etc
NOTE: the UTVehicle_Scavenger is doing all kinds of crazy special case stuff and does NOT call super. Make certain that you check UTVehicle_Scavenger.TeamChanged() when making changes here.
VehicleWeaponFireEffects
Overrides: UTVehicle.VehicleWeaponFireEffects
This function should be subclassed and manage the different effects
VehicleWeaponStoppedFiring
Overrides: UTVehicle.VehicleWeaponStoppedFiring