getMusicPlayedTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.78 | |||
| | |gr1= Sounds | ||
| | |descr= Returns elapsed time in seconds for currently playing music track. | ||
| | |s1= [[getMusicPlayedTime]] | ||
| [[ | |r1= [[Number]] | ||
| [ | |x1= <sqf> | ||
playMusic ["LeadTrack06_F_Tank", 0]; | |||
onEachFrame {hintSilent str getMusicPlayedTime}; | |||
</sqf> | |||
|seealso= [[addMusicEventHandler]] [[playMusic]] | |||
|seealso= [[addMusicEventHandler]] | |||
}} | }} | ||
Latest revision as of 11:20, 4 May 2022
Description
- Description:
- Returns elapsed time in seconds for currently playing music track.
- Groups:
- Sounds
Syntax
- Syntax:
- getMusicPlayedTime
- Return Value:
- Number
Examples
- Example 1:
Additional Information
- See also:
- addMusicEventHandler playMusic
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