setCamUseTI: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (note format)
Line 49: Line 49:
[[Category:Scripting_Commands_Take_On_Helicopters|{{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}}}}]]
[[Category:Command Group: Camera Control|setCamUseTi]]

Revision as of 03:17, 15 September 2014

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

Notes

Posted on 09:01, 2 October 2011
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