BIS fnc objectInventoryAnimatedOpen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Comments" to "|Comments=") |
m (filled page, proper example is still needed) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.00 | |version1= 1.00 | ||
<! | <!--|exec= server|=--> | ||
|arg= global | |||
| | |eff= global | ||
| | |descr= Animates an object being opened, for example a drawer. It also sets a counter which prevents animation to be played multiple time if more than one player accesses that drawer. | ||
| | |s1= [object, animationArray] call [[BIS_fnc_ObjectInventoryAnimatedOpen]] | ||
| | |p1= object: [[Object]] - Object | ||
| | |p2= animationArray: [[Array]] - An Array in form of:<br> | ||
0: [[String]] - Animation Name<br> | |||
1: [[Number]] - Animation phase | |||
|exec= call | | |r1= [[Nothing]] | ||
|exec= call | |||
|seealso= [[BIS_fnc_ObjectInventoryAnimatedClose]] | |||
}} | }} | ||
Revision as of 18:33, 6 January 2020
Description
- Description:
- Animates an object being opened, for example a drawer. It also sets a counter which prevents animation to be played multiple time if more than one player accesses that drawer.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [object, animationArray] call BIS_fnc_ObjectInventoryAnimatedOpen
- 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_ObjectInventoryAnimatedClose
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