MissingMaterials
March 9, 2022 ยท View on GitHub
from tdw.add_ons.model_verifier.model_tests.missing_materials import MissingMaterials
Check if any materials are missing.
Functions
start
self.start()
Returns: A list of commands to start the test.
on_send
self.on_send(resp)
| Parameter | Type | Default | Description |
|---|---|---|---|
| resp | List[bytes] | The response from the build. |
Returns: A list of commands to continue or end the test.