FeatureTest Nodes

FeatureTest:FeatureTest

The following picture illustrates a sample flow graph for a test where we check whether or not an AI is able to reach the destination using smart objects in his way.

When the game starts, the test is marked as ready; note that it will not start until certain command is issued. The test will succeed when the "Succeed" input is activated before it times out (see the MaxTime property). It is possible to assign a camera to participated in the test as a spectator.

A test can be performed over several entities either in parallel or sequentially.

Running the tests locally

To run the tests on your local machine, use the following console commands:

  • ft_map_forceRun test_name
  • ft_map_runAll

More on Feature Tests

More on Feature Tests can be found here.

FeatureTest:SimulateInput

Deprecated

FeatureTest:WatchCodeCheckpoint

Deprecated