BIS fnc doorClose: Difference between revisions
Jump to navigation
Jump to search
m (see also) |
m (sa) |
||
Line 33: | Line 33: | ||
|exec= call |Execution= | |exec= call |Execution= | ||
| [[BIS_fnc_Door]] [[BIS_fnc_DoorOpen | | [[BIS_fnc_Door]] [[BIS_fnc_DoorOpen]] [[animate]] [[animateSource]]|See also= | ||
}} | }} |
Revision as of 19:10, 5 January 2020
Description
- Description:
- Open a door with an animated doorhandle.
- Execution:
- call
- Multiplayer:
- Effect is global
- Groups:
- Uncategorised
Syntax
- Syntax:
- [building, door, doorHandleUp, doorHandleDown, animationPhase] call BIS_fnc_DoorOpen
- Parameters:
- building: Object - (Optional, default objNull) Building
- door: String - (Optional, default "") Door animation
- doorHandleUp: String - (Optional, default "") Handle up->down animation
- doorHandleDown: String - (Optional, default "") Handle down->up animation
- animationPhase: Number - (Optional, default 0) Value from 0 to 1
- Return Value:
- Nothing
Examples
- Example 1:
[building,"doorAnim","handleUpAnim","handleDownAnim"] call BIS_fnc_DoorOpen;
Additional Information
- See also:
- BIS_fnc_Door BIS_fnc_DoorOpen animate animateSource
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