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
Contents |
- Package:
- Engine
- This class in other games:
- U2, UE2Runtime, UT2003, UT2004
| This is an auto-generated page and may need human attention. Please remove this 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.
[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)
