Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:KVehicle (U2XMP)

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

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

Properties

Property group 'KVehicle'

CamPos

Type: Object.Plane

Array size: 4

Modifiers: const


CamPosIndex

Type: int


Default value: 2

Steering

Type: float

between -1 and 1

Throttle

Type: float

between -1 and 1

Internal variables

bIsDriven

Type: bool


Functions

Events

KDriverEnter

event KDriverEnter (Pawn Driver)


KDriverLeave

event KDriverLeave (Pawn Driver)


Other instance functions

TryToDrive

function TryToDrive (Pawn Driver)