コード例 #1
0
ファイル: SoundGroups.py プロジェクト: kusaku/wot_scripts
 def playSoundPos(self, event, pos):
     if DEBUG_TRACE_SOUND is True:
         LOG_DEBUG('SOUND: playSoundPos', event, pos)
     if DEBUG_TRACE_STACK is True:
         import traceback
         traceback.print_stack()
     return WWISE.WW_eventGlobalPos(event, pos)
コード例 #2
0
 def playSoundPos(eventName, pos):
     if BattleReplay.g_replayCtrl.isPlaying and BattleReplay.g_replayCtrl.isTimeWarpInProgress:
         return
     WWISE.WW_eventGlobalPos(eventName, pos)
コード例 #3
0
 def playSoundPos(eventName, pos):
     WWISE.WW_eventGlobalPos(eventName, pos)