setCamUseTI: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (note format)
Line 28: Line 28:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
<dd class="notedate">Posted on  09:01, 2 October 2011</dd>
<dt class="note">'''[[User:Bashkire|Bashkire]]'''
<dt class="note">'''[[User:Bashkire|Bashkire]]'''<dd class="note">
<dd class="note">The number (in this case 0) defines what sort of thermal vision it is:
The number (in this case 0) defines what sort of thermal vision it is:
 
* 0 = White Hot
0 = White Hot
* 1 = Black Hot
1 = Black Hot
* 2 = Light Green Hot / Darker Green cold
2 = Light Green Hot / Darker Green cold
* 3 = Black Hot / Darker Green cold
3 = Black Hot / Darker Green cold
* 4 = Light Red Hot /Darker Red Cold
4 = Light Red Hot /Darker Red Cold
* 5 = Black Hot / Darker Red Cold
5 = Black Hot / Darker Red Cold
* 6 = White Hot . Darker Red Col
6 = White Hot . Darker Red Col
* 7 = Thermal (Shade of Red and Green, Bodys are white)
7 = Thermal (Shade of Red and Green, Bodys are white)
 
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 10:20, 4 July 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