BIS fnc objectInventoryAnimatedClose: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page BIS fnc ObjectInventoryAnimatedClose to BIS fnc objectInventoryAnimatedClose: Text replacement - "BIS fnc O" to "BIS fnc o") |
Lou Montana (talk | contribs) m (Text replacement - "\[\[BIS[ _]fnc[ _]O([^A-Z])" to "[[BIS_fnc_o$1") |
||
Line 11: | Line 11: | ||
|eff= global | |eff= global | ||
|descr= Animates an object being closed, for example a drawer. The counter set by [[ | |descr= Animates an object being closed, for example a drawer. The counter set by [[BIS_fnc_objectInventoryAnimatedOpen]] gets reset when this function is called. | ||
|s1= [object, animationArray] call [[ | |s1= [object, animationArray] call [[BIS_fnc_objectInventoryAnimatedClose]] | ||
|p1= object: [[Object]] - Object | |p1= object: [[Object]] - Object | ||
Line 25: | Line 25: | ||
|exec= call | |exec= call | ||
|seealso= [[ | |seealso= [[BIS_fnc_objectInventoryAnimatedOpen]] | ||
}} | }} | ||
Revision as of 00:20, 28 January 2021
Description
- Description:
- Animates an object being closed, for example a drawer. The counter set by BIS_fnc_objectInventoryAnimatedOpen gets reset when this function is called.
- Execution:
- call
- Groups:
- Scripts
Syntax
- Syntax:
- [object, animationArray] call BIS_fnc_objectInventoryAnimatedClose
- Parameters:
- object: Object - Object
- animationArray: Array - An Array in form of:
0: String - Animation Name
1: Number - Animation phase - Return Value:
- Nothing
Examples
- Examples:
- Example needed
Additional Information
- See also:
- BIS_fnc_objectInventoryAnimatedOpen
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