BIS fnc briefingAnimate: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) |
||
Line 17: | Line 17: | ||
|p3= delay: [[String]] - commit time (transition duration) | |p3= delay: [[String]] - commit time (transition duration) | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>{{codecomment|// given you have 6 markers: | |x1= <code>{{codecomment|// given you have 6 markers: |
Revision as of 10:10, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Briefing
Syntax
- Syntax:
- Syntax needed
- Parameters:
- markerName: String - marker to animate
- stepId: Number - step ID (steps are invisible markers named <markerName>_<stepId>)
- delay: String - commit time (transition duration)
- Return Value:
- Nothing
Examples
- Example 1:
// given you have 6 markers: // - "myMarker" // - "myMarker_0" // - "myMarker_1" // - "myMarker_2" // - "myMarker_3" // - "myMarker_4" for "_i" from 0 to 4 do { private _commit = 1; ["myMarker", 5, _commit] call BIS_fnc_briefingAnimate; sleep _commit; };
Additional Information
- See also:
- BIS_fnc_briefingInit
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