getVehicleTIPars: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (2.00 update)
m (Text replacement - "_{10,} " to "")
Line 6: Line 6:


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation |GROUP1=
____________________________________________________________________________________________


|descr= returns array [alive factor, movementfactor, metabolism factor] see [[setVehicleTIPars]] |Description=
|descr= returns array [alive factor, movementfactor, metabolism factor] see [[setVehicleTIPars]] |Description=
____________________________________________________________________________________________


|s1= [[getVehicleTIPars]] vehicle |Syntax=
|s1= [[getVehicleTIPars]] vehicle |Syntax=
Line 16: Line 14:


|r1= [[Array]] |Return Value=
|r1= [[Array]] |Return Value=
____________________________________________________________________________________________


|x1= <code>[[getVehicleTIPars]] _veh</code> |Example 1=
|x1= <code>[[getVehicleTIPars]] _veh</code> |Example 1=
____________________________________________________________________________________________


|seealso= [[setVehicleTIPars]] |See Also=
|seealso= [[setVehicleTIPars]] |See Also=

Revision as of 02:41, 17 January 2021

Hover & click on the images for description

Description

Description:
returns array [alive factor, movementfactor, metabolism factor] see setVehicleTIPars
Groups:
Object Manipulation

Syntax

Syntax:
getVehicleTIPars vehicle
Parameters:
vehicle: Object
Return Value:
Array

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 or on the Forums.
Only post proven facts here! Add Note

Bottom Section