<testing>
<parentFile xmlFilename="string"Description: Parent xml filepath used as basis
Type: String
Required: no
>
<attributes>
<clearList keepIndex="integer"Description: Index of list to keep
Type: Integer
Required: no
path="string"Description: List to clear but keep one item
Type: String
Required: no
/>
<remove path="string"Description: Path to remove from parent xml
Type: String
Required: no
/>
<set path="string"Description: Path change in parent xml
Type: String
Required: no
value="string"Description: Target value to set in parent file
Type: String
Required: no
/>
</attributes>
</parentFile>
<testCases className="string"Description: LUA class name of the test
Type: String
Required: no
>
<spawnPositions execludeFields="1 2 .. n"Description: Indices of fields to execluded
Type: Multiple values
Required: no
includeFields="1 2 .. n"Description: If defined, they are the only fields used
Type: Multiple values
Required: no
useFieldCenter="false"Description: All field center positions will be added as spawn position
Type: Boolean
Default: false
Required: no
>
<spawnPosition name="string"Description: Custom name of the spawn position
Type: String
Required: no
rotation="x y z"Description: World rotation of the spawn position
Type: Rotation values (x, y, z)
Required: no
translation="x y z"Description: World translation of the spawn position
Type: Translation values (x, y, z)
Required: no
/>
</spawnPositions>
<vehicleSetups>
<random categoryNames="string"Description: Random vehicles of the listed categories will be spawned as single vehicle setup
Type: String
Required: no
numVehicles="1"Description: Num. of total vehicles to spawn
Type: Integer
Default: 1
Required: no
/>
<vehicleSetup name="string"Description: Custom name of the vehicle setup
Type: String
Required: no
>
<attachment attachmentId="2"Description: Index of attachment vehicle (as it is defined in the xml)
Type: Integer
Default: 2
Required: no
inputAttacherJointIndex="1"Description: Index of the input attacher joint on the attachment vehicle
Type: Integer
Default: 1
Required: no
jointIndex="1"Description: Index of the attacher joint on the root vehicle
Type: Integer
Default: 1
Required: no
rootVehicleId="1"Description: Index of root vehicle (as it is defined in the xml)
Type: Integer
Default: 1
Required: no
/>
<vehicle offset="x y z"Description: Spawn offset from spawn position
Type: Translation values (x, y, z)
Required: no
rotationOffset="0"Description: Spawn Y rotation offset from spawn position
Type: Angle
Default: 0
Required: no
xmlFilename="string"Description: Path to vehicle xml file
Type: String
Required: no
/>
</vehicleSetup>
</vehicleSetups>
</testCases>
</testing>