def _enableSound():
    if WWISE.enabled:
        WWISE.LSstartAll()
Exemple #2
0
def LSstartAll():
    if WWISE.enabled and ENABLE_LS:
        WWISE.LSstartAll()