BIS fnc dataTerminalColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], *\[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 35: Line 35:
|x1= <code>[myTerminal, "purple", "red", "orange"] [[call]] [[BIS_fnc_dataTerminalColor]];</code>
|x1= <code>[myTerminal, "purple", "red", "orange"] [[call]] [[BIS_fnc_dataTerminalColor]];</code>


|seealso= [[MP End Game|End Game (MP mode)]], [[BIS_fnc_dataTerminalAnimate]]
|seealso= [[MP End Game|End Game (MP mode)]] [[BIS_fnc_dataTerminalAnimate]]
}}
}}

Revision as of 23:37, 20 January 2022

Hover & click on the images for description

Description

Description:
Set Data Terminal colors for its different steps. Steps are:
  1. closed terminal
  2. opening terminal
  3. emitting terminal.
Default step colors are "blue", "orange", "green". See BIS_fnc_dataTerminalAnimate to animate a terminal.
Execution:
call
Groups:
Scripts

Syntax

Syntax:
[dataTerminal, step1color, step2color, step3color] call BIS_fnc_dataTerminalColor
Parameters:
dataTerminal: Object
step1color: String - step 1 color. Can be one of:
  • "blue"
  • "orange"
  • "green"
  • "red"
  • "purple"
If not set, the selection color will simply not be changed.
step2color: String - step 2 color
step3color: String - step 3 color
Return Value:
Boolean - false if data terminal is null, true if the script ends properly

Examples

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

Additional Information

See also:
End Game (MP mode) BIS_fnc_dataTerminalAnimate

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