We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0940cd commit 8cfa18bCopy full SHA for 8cfa18b
1 file changed
srv/SpawnEntities.srv
@@ -6,7 +6,7 @@ SpawnEntity spawn_requests[] # List of spawn requests.
6
---
7
8
# Additional result.result_code values for this service. Check result.error_message for further details.
9
-uint8 ENTITIES_SPAWN_FAILED = 120 # There was at least one failed spawn request. Check individual results in the `results`.
+uint8 ENTITIES_SPAWN_FAILED = 150 # There was at least one failed spawn request. Check individual results in the `results`.
10
11
Result result # If one or more requests failed, it will give ENTITIES_SPAWN_FAILED otherwise RESULT_OK
12
SpawnResult results[] # List of results for each spawn request.
0 commit comments