Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
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
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)