BIS fnc dataTerminalAnimate: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 7/7) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 5: | Line 5: | ||
| arma3 |= Game name | | arma3 |= Game name | ||
|1. | |1.42|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Animate a Data Terminal ("Land_DataTerminal_01_F"). |= Description | ||
____________________________________________________________________________________________ | |||
| [dataTerminal, step] call [[BIS_fnc_DataTerminalAnimate]] |= Syntax | |||
|p1= dataTerminal: [[Object]] |= Parameter 1 | |||
| | |p2= step: [[Number]] - in range 0..3, steps being: | ||
* 0: closed terminal | |||
* 1: case opened | |||
* 2: antenna up (but closed) | |||
* 3: antenna opened and transmitting. |= Parameter 2 | |||
| |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[myTerminal, 3] [[call]] [[BIS_fnc_DataTerminalAnimate]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[MP End Game|End Game (MP mode)]], [[BIS_fnc_DataTerminalColor]] |= See also | ||
}} | }} | ||
Revision as of 23:20, 24 April 2018
Description
- Description:
- Animate a Data Terminal ("Land_DataTerminal_01_F").
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [dataTerminal, step] call BIS_fnc_DataTerminalAnimate
- Parameters:
- dataTerminal: Object
- step: Number - in range 0..3, steps being:
- 0: closed terminal
- 1: case opened
- 2: antenna up (but closed)
- 3: antenna opened and transmitting.
- Return Value:
- Nothing
Examples
- Example 1:
[myTerminal, 3] call BIS_fnc_DataTerminalAnimate;
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