setVehicleTIPars: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
m (Text replacement - " 1.51" to " 1.50")
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2oa
|game1= arma2oa
|1.51
|version1= 1.50


|game2= tkoh
|game2= tkoh
Line 16: Line 16:
|gr1= Object Manipulation
|gr1= Object Manipulation


| Sets the "heat" state of different vehicle parts for Thermal Imaging detection. This allows simulation of heated up parts of a vehicle without it actually having to utilize them - on a range from 0 to 1, 0 being cold, 1 being hot.
|descr= Sets the "heat" state of different vehicle parts for Thermal Imaging detection. This allows simulation of heated up parts of a vehicle without it actually having to utilize them - on a range from 0 to 1, 0 being cold, 1 being hot.
{{Feature | Informative | This command does not work on infantry weapons.}}
{{Feature | Informative | This command does not work on infantry weapons.}}


|s1= vehicle [[setVehicleTIPars]] [engine, wheels, weapon]
|s1= vehicle [[setVehicleTIPars]] [engine, wheels, weapon]


|p1= vehicle: [[Object]] - Vehicle whose components are manipulated
|p1= vehicle: [[Object]] - Vehicle whose components are manipulated
Line 42: Line 42:
|seealso= [[disableTIEquipment]], [[setCamUseTI]]
|seealso= [[disableTIEquipment]], [[setCamUseTI]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 10:36, 5 July 2021

Hover & click on the images for description

Description

Description:
Sets the "heat" state of different vehicle parts for Thermal Imaging detection. This allows simulation of heated up parts of a vehicle without it actually having to utilize them - on a range from 0 to 1, 0 being cold, 1 being hot.
This command does not work on infantry weapons.
Groups:
Object Manipulation

Syntax

Syntax:
vehicle setVehicleTIPars [engine, wheels, weapon]
Parameters:
vehicle: Object - Vehicle whose components are manipulated
[engine, wheels, weapon]: Array
engine: Number - engine and body's heat
wheels: Number - tracks/wheels' heat
weapon: Number - main weapon's heat
Return Value:
Nothing

Examples

Example 1:
vehicle player setVehicleTIPars [1, 1, 1]; // set all parts hot vehicle player setVehicleTIPars [0, 0, 0]; // set all parts cold vehicle player setVehicleTIPars [0.5, 0.5, 0.5]; // set all parts warm
Example 2:
vehicle player setVehicleTIPars [1, 0, 0]; // set the engine warm, perfect for winter

Additional Information

See also:
disableTIEquipmentsetCamUseTI

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