Updated Schemas

This commit is contained in:
Ben C 2023-07-17 14:29:47 +00:00
parent 114af7ef26
commit b1857a8b99

View File

@ -3041,6 +3041,17 @@
"type": "object",
"additionalProperties": false,
"properties": {
"offset": {
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/MVector3"
}
]
},
"rotation": {
"description": "Rotation of the object",
"$ref": "#/definitions/MVector3"
@ -3082,6 +3093,17 @@
"type": "object",
"additionalProperties": false,
"properties": {
"offset": {
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/definitions/MVector3"
}
]
},
"rotation": {
"description": "Rotation of the object",
"$ref": "#/definitions/MVector3"