setCamUseTI: Difference between revisions

From Bohemia Interactive Community
m (Added info by Bashkire from http://forums.bistudio.com/showpost.php?p=1794862&postcount=3)
Line 49: Line 49:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Revision as of 12:29, 2 November 2011

Hover & click on the images for description

Description

Description:
Activate camera thermal vision.
Groups:
Uncategorised

Syntax

Syntax:
Bool setCamUseTi mode index
Parameters:
Bool: Boolean
mode index: Number
Return Value:
Nothing

Examples

Example 1:
true setCamUseTi 1;

Additional Information

See also:
See also needed

Notes

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

Notes

Bashkire
The number (in this case 0) defines what sort of thermal vision it is: 0 = White Hot 1 = Black Hot 2 = Light Green Hot / Darker Green cold 3 = Black Hot / Darker Green cold 4 = Light Red Hot /Darker Red Cold 5 = Black Hot / Darker Red Cold 6 = White Hot . Darker Red Col 7 = Thermal (Shade of Red and Green, Bodys are white)

Bottom Section