GetVehicleAdjustableProperty

From Multi Theft Auto: Wiki
Revision as of 09:07, 17 November 2008 by DefiniteIntegral (talk | contribs) (New page: getVehicleAdjustableProperty Use this to get the value of a vehicles adjustable property. This property relates to movable parts of a model, for example hydra jets or dump truck tray. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getVehicleAdjustableProperty


Use this to get the value of a vehicles adjustable property. This property relates to movable parts of a model, for example hydra jets or dump truck tray.


bool/int getVehicleAdjustableProperty ( vehicle )


Returns:

false : This vehicle has no adjustable property

int : Value from 0 upwards representing adjustment. 0 is default position. Maximum varies per vehicle, for example hydra horizontal flight is 5000, while dump truck tray max tilt is 2500.


  • This page needs proper formatting.