MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / test_location

Method test_location

tests.py:23–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.actor = tests.tester_actor
22
23 def test_location(self):
24 self.actor.set_actor_location(1, 1, 1)
25 location = self.actor.get_actor_location()
26 self.assertEqual(location, (1, 1, 1))
27
28 def test_rotation(self):
29 self.actor.set_actor_rotation(17, 22, 30)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected