BIS_fnc_dataTerminalColor

From Bohemia Interactive Community
Revision as of 23:59, 24 April 2018 by Lou Montana (talk | contribs) (Page filling)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
Set Data Terminal colors.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[dataTerminal, color1, color2, color3] call BIS_fnc_DataTerminalColor
Parameters:
dataTerminal: Object
color1: String - selection 2 color. Can be one of:
  • "blue"
  • "orange"
  • "green"
  • "red"
  • "purple"
If not set, the selection color will simply not be changed.
color2: String - selection 3 color
color3: String - selection 4 color
Return Value:
Boolean false if data terminal is null, true if color has been set

Examples

Example 1:
[myTerminal, "purple", "red", "orange"] call BIS_fnc_DataTerminalColor;

Additional Information

See also:
End Game (MP mode)

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

Bottom Section