I'm a doctor, not a mechanic

UE2:KVehicle (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Pawn >> Vehicle >> KVehicle
Package: 
Engine
Direct subclass:
KCar
This class in other games:
U2XMP, UT2004, UE2Runtime, UT2003

Generic 'Karma Vehicle' base class that can be controlled by a Pawn.

Properties

BaseMesh

Type: StaticMesh


DriverViewMesh

Type: StaticMesh


frontLeft

Type: KTire


frontRight

Type: KTire


rearLeft

Type: KTire


rearRight

Type: KTire


Functions

Native functions

GraphData

native final function GraphData (string DataName, float DataValue)


Events

KVehicleUpdateParams

simulated event KVehicleUpdateParams ()


VehicleStateReceived

event VehicleStateReceived ()

Overrides: Vehicle.VehicleStateReceived