getVehicleTIPars: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]


|r1= [[Array]] in format [aliveFactor, movementFactor, metabolismFactor]
|r1= [[Array]] with [aliveFactor, movementFactor, metabolismFactor]


|x1= <sqf>getVehicleTIPars _veh;</sqf>
|x1= <sqf>getVehicleTIPars _veh;</sqf>

Latest revision as of 09:52, 2 January 2026

Hover & click on the images for description

Description

Description:
Returns TI parameters of a vehicle.
Groups:
Object Manipulation

Syntax

Syntax:
getVehicleTIPars vehicle
Parameters:
vehicle: Object
Return Value:
Array with [aliveFactor, movementFactor, metabolismFactor]

Examples

Example 1:
getVehicleTIPars _veh;

Additional Information

See also:
setVehicleTIPars

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note