BIS fnc door: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page BIS fnc Door to BIS fnc door: name standard) |
Lou Montana (talk | contribs) (Fix page) |
||
Line 11: | Line 11: | ||
| Changes animation phase of given door. |Description= | | Changes animation phase of given door. |Description= | ||
|[building, doorIndex, animationPhase] call [[ | | [building, doorIndex, animationPhase] call [[BIS_fnc_door]] |Syntax= | ||
|p1= | |p1= building: [[Object]] - Building |Parameter 1= | ||
| | |p2= doorIndex: [[Number]] - Index of the door used in "bis_disabled_Door_%1", "Door_%1_sound_source", "Door_%1_noSound_source", "Door_%1_locked_source" |Parameter 2= | ||
| | |p3= animationPhase: [[Number]] - Phase of the animation, see [[animateSource]] for more information |Parameter 3= | ||
| [[Nothing]] |Return value= | |||
| [[ | |x1= <code>[_building, 5, 1] [[call]] [[BIS_fnc_door]];</code>|Example 1= | ||
| [[BIS_fnc_doorOpen]] [[BIS_fnc_doorNoHandleOpen]] [[BIS_fnc_doorClose]] |See also= | |||
}} | }} | ||
[[Category:Function Group: Scripts|{{uc:Door}}]] | [[Category:Function Group: Scripts|{{uc:Door}}]] | ||
Revision as of 15:13, 2 July 2020
Description
- Description:
- Changes animation phase of given door.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [building, doorIndex, animationPhase] call BIS_fnc_door
- Parameters:
- building: Object - Building
- doorIndex: 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:
- Nothing
Examples
- Example 1:
[_building, 5, 1] call BIS_fnc_door;
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