getVehicleTIPars: Difference between revisions
Jump to navigation
Jump to search
m (2.00 update) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|game1= arma3 | | |game1= arma3 | ||
|version1= 2.00 | |||
| | |gr1= Object Manipulation | ||
| | |descr= Returns TI parameters of a vehicle. | ||
| | |s1= [[getVehicleTIPars]] vehicle | ||
| | |p1= vehicle: [[Object]] | ||
| | |r1= [[Array]] in format [aliveFactor, movementFactor, metabolismFactor] | ||
| | |x1= <sqf>getVehicleTIPars _veh;</sqf> | ||
|seealso= [[setVehicleTIPars]] | |||
|seealso= [[setVehicleTIPars]] | |||
}} | }} | ||
Latest revision as of 11:57, 4 May 2022
Description
- Description:
- Returns TI parameters of a vehicle.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getVehicleTIPars vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Array in format [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 or on the Forums.
Only post proven facts here! Add Note