BIS fnc door: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (filled page)
m (Lou Montana moved page BIS fnc Door to BIS fnc door: name standard)
(No difference)

Revision as of 10:38, 2 July 2020

Hover & click on the images for description

Description

Description:
Changes animation phase of given door.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[building, doorIndex, animationPhase] call BIS_fnc_Door
Parameters:
parameter: Object - Building
parameter: Number - Index of the door used in "bis_disabled_Door_%1", "Door_%1_sound_source", "Door_%1_noSound_source", "Door_%1_locked_source"
animationPhase: Number - Phase of the animation, see animateSource for more information
Return Value:
Datatype - description

Examples

Example 1:
[_building, 5, 1] call BIS_fnc_Door;

Additional Information

See also:
BIS_fnc_DoorOpen BIS_fnc_DoorNoHandleOpen

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