I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:KVehicle (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Actor >> KActor >> KArt >> KVehicle

Contents

Package: 
Engine
This class in other games:
U2, UE2Runtime, UT2003, UT2004

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

[edit] Properties

[edit] Property group 'KVehicle'

[edit] CamPos

Type: Object.Plane

Array size: 4

Modifiers: const


[edit] CamPosIndex

Type: int


Default value: 2

[edit] Steering

Type: float

between -1 and 1

[edit] Throttle

Type: float

between -1 and 1

[edit] Internal variables

[edit] bIsDriven

Type: bool


[edit] Functions

[edit] Events

[edit] KDriverEnter

event KDriverEnter (Pawn Driver)


[edit] KDriverLeave

event KDriverLeave (Pawn Driver)


[edit] Other instance functions

[edit] TryToDrive

function TryToDrive (Pawn Driver)