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[edit]

BaseMesh[edit]

Type: StaticMesh


DriverViewMesh[edit]

Type: StaticMesh


frontLeft[edit]

Type: KTire


frontRight[edit]

Type: KTire


rearLeft[edit]

Type: KTire


rearRight[edit]

Type: KTire


Functions[edit]

Native functions[edit]

GraphData[edit]

native final function GraphData (string DataName, float DataValue)


Events[edit]

KVehicleUpdateParams[edit]

simulated event KVehicleUpdateParams ()


VehicleStateReceived[edit]

event VehicleStateReceived ()

Overrides: Vehicle.VehicleStateReceived