I'm a doctor, not a mechanic
UE2:KVehicle (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- This class in other games:
- U2, UT2004, UE2Runtime, UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Generic 'Karma Vehicle' base class that can be controlled by a Pawn.
Properties[edit]
Property group 'KVehicle'[edit]
CamPos[edit]
Type: Object.Plane
Array size: 4
Modifiers: const
CamPosIndex[edit]
Type: int
Default value: 2
Steering[edit]
Type: float
between -1 and 1
Throttle[edit]
Type: float
between -1 and 1
Internal variables[edit]
bIsDriven[edit]
Type: bool
Functions[edit]
Events[edit]
KDriverEnter[edit]
event KDriverEnter (Pawn Driver)
KDriverLeave[edit]
event KDriverLeave (Pawn Driver)
Other instance functions[edit]
TryToDrive[edit]
function TryToDrive (Pawn Driver)