Exemplo n.º 1
0
 def WWgetSoundPos(self, eventName, objectName, position):
     if DEBUG_TRACE_SOUND is True:
         LOG_DEBUG('SOUND: WWgetSoundPos', eventName, objectName, position)
     if DEBUG_TRACE_STACK is True:
         import traceback
         traceback.print_stack()
     return WWISE.WW_getSoundPos(eventName, objectName, position)