setVehicleTIPars: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2oa |Game name=
| arma2oa


|1.51|Game version=
|1.51


|arg= global |Multiplayer Arguments=
|arg= global


|eff= local |Multiplayer Effects=
|eff= local


|gr1= Object Manipulation |GROUP1=
|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.
| 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.
{{Informative | This command does not work on infantry weapons.}} |DESCRIPTION=
{{Informative | This command does not work on infantry weapons.}}


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


|p1= vehicle: [[Object]] - Vehicle whose components are manipulated |PARAMETER1=
|p1= vehicle: [[Object]] - Vehicle whose components are manipulated


|p2 = [engine, wheels, weapon]: [[Array]] |PARAMETER2=
|p2 = [engine, wheels, weapon]: [[Array]]


|p3= engine: [[Number]] - engine and body's heat |PARAMETER3=
|p3= engine: [[Number]] - engine and body's heat


|p4= wheels: [[Number]] - tracks/wheels' heat |PARAMETER4=
|p4= wheels: [[Number]] - tracks/wheels' heat


|p5= weapon: [[Number]] - main weapon's heat |PARAMETER5=
|p5= weapon: [[Number]] - main weapon's heat


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[vehicle]] [[player]] [[setVehicleTIPars]] [1, 1, 1]; {{cc|set all parts hot}}
|x1= <code>[[vehicle]] [[player]] [[setVehicleTIPars]] [1, 1, 1]; {{cc|set all parts hot}}
[[vehicle]] [[player]] [[setVehicleTIPars]] [0, 0, 0]; {{cc|set all parts cold}}
[[vehicle]] [[player]] [[setVehicleTIPars]] [0, 0, 0]; {{cc|set all parts cold}}
[[vehicle]] [[player]] [[setVehicleTIPars]] [0.5, 0.5, 0.5]; {{cc|set all parts warm}}
[[vehicle]] [[player]] [[setVehicleTIPars]] [0.5, 0.5, 0.5]; {{cc|set all parts warm}}
</code> |EXAMPLE 1=
</code>


|x2= <code>[[vehicle]] [[player]] [[setVehicleTIPars]] [1, 0, 0]; {{cc|set the engine warm, perfect for winter}}</code> |EXAMPLE 2=
|x2= <code>[[vehicle]] [[player]] [[setVehicleTIPars]] [1, 0, 0]; {{cc|set the engine warm, perfect for winter}}</code>


|[[disableTIEquipment]], [[setCamUseTI]] |SEEALSO=
|[[disableTIEquipment]], [[setCamUseTI]]
}}
}}



Revision as of 12:12, 18 January 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