BIS fnc dataTerminalColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "<code> *(\^+\]) +\[\[call\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 call $2;</sqf>") |
||
Line 33: | Line 33: | ||
|r1= [[Boolean]] - [[false]] if data terminal is null, [[true]] if the script ends properly | |r1= [[Boolean]] - [[false]] if data terminal is null, [[true]] if the script ends properly | ||
|x1= < | |x1= <sqf>[myTerminal, "purple", "red", "orange"] call BIS_fnc_dataTerminalColor;</sqf> | ||
|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 19:02, 5 May 2022
Description
- Description:
- Set Data Terminal colors for its different steps. Steps are:
- closed terminal
- opening terminal
- emitting 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"
- 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:
Additional Information
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