Exemplo n.º 1
0
 def WWgetSound(self, eventName, objectName, matrix, local = (0.0, 0.0, 0.0)):
     if DEBUG_TRACE_SOUND is True:
         LOG_DEBUG('SOUND: WWgetSound', eventName, objectName, matrix, local)
     if DEBUG_TRACE_STACK is True:
         import traceback
         traceback.print_stack()
     return WWISE.WW_getSound(eventName, objectName, matrix, local)