BIS fnc briefingAnimate: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{ *codecomment *\| *([^}]+) *\}\}" to "$1") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 18: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf> | ||
// given you have 6 markers: | |||
// - "myMarker" | // - "myMarker" | ||
// - "myMarker_0" | // - "myMarker_0" | ||
Line 29: | Line 30: | ||
["myMarker", 5, _commit] call BIS_fnc_briefingAnimate; | ["myMarker", 5, _commit] call BIS_fnc_briefingAnimate; | ||
sleep _commit; | sleep _commit; | ||
};</ | }; | ||
</sqf> | |||
|seealso= [[BIS_fnc_briefingInit]] | |seealso= [[BIS_fnc_briefingInit]] | ||
}} | }} |
Latest revision as of 11:03, 13 July 2022
Description
Syntax
- Syntax:
- [markerName, stepId, delay] call BIS_fnc_briefingAnimate
- 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:
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