BIS fnc unitPlay: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (+see also) |
||
Line 41: | Line 41: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | |[[BIS_fnc_UnitCapture]] |= See also | ||
}} | }} |
Revision as of 03:38, 20 September 2014
Description
- Description:
/* Description: Plays back input movement data on input unit. Parameter(s): 0: OBJECT - unit to play movement data on 1: ARRAY - movement data recorder by BIS_fnc_unitCapture 2: ARRAY (Optional) - variable to set once playback has finished. The array is in the following format: 0: NAMESPACE, GROUP or OBJECT 1: STRING - variable name 3: BOOL - true to allow playaback on destroyed objects (normally the playback will stop once the object is destroyed) 4: NOTHING - obsolete param, preserved because of backward compatibility 5: NOTHING - obsolete param, preserved because of backward compatibility 6: NUMBER - seconds to skip at the start of playback Returns: BOOL - always true. The script is completed once the playback is finished. */
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_UnitCapture
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