| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object | +-- UT2004RPG.RPGAbility | +-- DruidsRPGcvs.AbilityWheeledVehicleStunts
| Constants Summary |
|---|
| Inherited Contants from Core.Object |
|---|
| MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
| Variables Summary | |
|---|---|
| float | ChargeLevelMultiplier |
| float | ForceLevelMultiplier |
| float | JumpChargeTime |
| float | MaxForce |
| float | MaxSpin |
| float | SpinLevelMultiplier |
| Inherited Variables from UT2004RPG.RPGAbility |
|---|
| AbilityName, BotChance, CostAddPerLevel, Description, MaxLevel, StartingCost |
| Inherited Variables from Core.Object |
|---|
| Class, Name, ObjectFlags, ObjectInternal[7], Outer |
| Enumerations Summary |
|---|
| Inherited Enumerations from Core.Object |
|---|
| EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
| Structures Summary |
|---|
| Inherited Structures from Core.Object |
|---|
| BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
| Functions Summary | ||
|---|---|---|
![]() | int | Cost (RPGPlayerDataObject Data, int CurrentLevel) |
![]() | ModifyVehicle (Vehicle V, int AbilityLevel) | |
![]() | UnModifyVehicle (Vehicle V, int AbilityLevel) | |
| Inherited Functions from UT2004RPG.RPGAbility |
|---|
| AbilityIsAllowed, BotBuyChance, Cost, HandleDamage, ModifyPawn, ModifyVehicle, ModifyWeapon, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, UnModifyVehicle |
| Variables Detail |
|---|
| Functions Detail |
|---|
Cost Source code
ModifyVehicle Source code
UnModifyVehicle Source code| Defaultproperties |
|---|
defaultproperties { MaxForce=200000.000000 ForceLevelMultiplier=1.500000 MaxSpin=80.000000 SpinLevelMultiplier=1.250000 JumpChargeTime=1.000000 ChargeLevelMultiplier=0.800000 AbilityName="Stunt Vehicles" Description="With this skill, you can make wheeled vehicles jump.|Hold down the crouch key to charge up and then release to jump.|This ability also grants control of wheeled vehicles in mid-air.|Additional levels provide more spin, momentum, and less charge time.|(Max Level 1. Max Level Engineer 3.)|Cost (per level): 5,10,15" StartingCost=5 CostAddPerLevel=5 MaxLevel=3 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||