BIS fnc dataTerminalColor: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 7/7) |
No edit summary |
||
Line 35: | Line 35: | ||
[[Category:Functions|{{uc:DataTerminalColor}}]] | [[Category:Functions|{{uc:DataTerminalColor}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:DataTerminalColor}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:DataTerminalColor}}]] | ||
I only know these three colors possible | |||
<br> | |||
nameOBJ = Is the name you give to the terminal | |||
<br> | |||
<code> | |||
[nameOBJ,"red","red","red"] call BIS_fnc_DataTerminalColor; // Changes the colour to red | |||
<br> | |||
[nameOBJ,"green","green","green"] call BIS_fnc_DataTerminalColor; // Changes the colour to green | |||
<br> | |||
[nameOBJ,"blue","blue","blue"] call BIS_fnc_DataTerminalColor; // Changes the colour to blue | |||
</code> |
Revision as of 02:06, 24 April 2018
Description
- Description:
- N/A
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 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
Bottom Section
I only know these three colors possible
nameOBJ = Is the name you give to the terminal
[nameOBJ,"red","red","red"] call BIS_fnc_DataTerminalColor; // Changes the colour to red
[nameOBJ,"green","green","green"] call BIS_fnc_DataTerminalColor; // Changes the colour to green
[nameOBJ,"blue","blue","blue"] call BIS_fnc_DataTerminalColor; // Changes the colour to blue