(self)
| 49 | |
| 50 | class TesterActor: |
| 51 | def begin_play(self): |
| 52 | tests.tester_actor = self.uobject |
| 53 | unittest.main(module='tests', exit=False) |
| 54 | self.uobject.quit_game() |
| 55 | def tick(self, delta_time): |
| 56 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected