Cogito, ergo sum

UE2:KVehicle (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> Actor >> Pawn >> Vehicle >> KVehicle

Contents

Package: 
Engine
Direct subclass:
KCar
This class in other games:
U2XMP, UE2Runtime, UT2003, UT2004

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

[edit] Properties

[edit] BaseMesh

Type: StaticMesh


[edit] DriverViewMesh

Type: StaticMesh


[edit] frontLeft

Type: KTire


[edit] frontRight

Type: KTire


[edit] rearLeft

Type: KTire


[edit] rearRight

Type: KTire


[edit] Functions

[edit] Native functions

[edit] GraphData

native final function GraphData (string DataName, float DataValue)


[edit] Events

[edit] KVehicleUpdateParams

simulated event KVehicleUpdateParams ()


[edit] VehicleStateReceived

event VehicleStateReceived ()

Overrides: Vehicle.VehicleStateReceived