Exemple #1
0
 def __onFinish(self):
     g_bootcampEvents.onIntroVideoStop()
Exemple #2
0
 def __onFinish(self, destroyView):
     g_bootcampEvents.onIntroVideoStop()
     if destroyView:
         self.destroy()
Exemple #3
0
 def _onFinish(self):
     if self._movieFile and self._backgroundMusicToLoopEvent:
         WWISE.WW_eventGlobal(self._backgroundMusicToLoopEvent)
     g_bootcampEvents.onIntroVideoStop()
     if self._videoPlayerVisible:
         self._showHighlight()