You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: CBA_fnc_isMusicPlaying returns true perpetually (after music has ended) when the music was played with CBA_fnc_playMusic and will not return true when used with the command playMusic.
NOTE: This also affects CBA_fnc_playMusic's interrupt playing music capability.
Steps to reproduce:
Open editor in VR, place single player object, preview scenario in Singleplayer
Open menu, paste the following lines into the debug console and click LOCAL EXEC button
Mods:
1.94 Stable
3.12.2 Stable
Description:
CBA_fnc_isMusicPlaying
returnstrue
perpetually (after music has ended) when the music was played withCBA_fnc_playMusic
and will not return true when used with the commandplayMusic
.NOTE: This also affects
CBA_fnc_playMusic
's interrupt playing music capability.Steps to reproduce:
systemChat
systemChat
systemChat
systemChat
Expected behavior:
true
false
true
false
Where did the issue occur?
Log Files:
https://gist.github.com/Ansible2/ee0c44af9288745471f9fa058a7e99ff
Additional context:
CBA_fnc_stopMusic
will resetCBA_fnc_isMusicPlaying
's state back tofalse
The text was updated successfully, but these errors were encountered: