Skip to content

Commit e485d48

Browse files
authored
Merge pull request #1147 from iagopandrade/patch-1
Rename 'spawnX' to 'modelid' in documentation
2 parents 011659c + 6dff9e8 commit e485d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/docs/scripting/functions/AddStaticVehicle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Adds a 'static' vehicle (models are pre-loaded for players) to the gamemode.
1111

1212
| Name | Description |
1313
| -------------------------------------- | ------------------------------------------------------- |
14-
| spawnX | The [Model ID](../resources/vehicleid) for the vehicle. |
14+
| modelid | The [Model ID](../resources/vehicleid) for the vehicle. |
1515
| Float:spawnX | The X-coordinate for the vehicle. |
1616
| Float:spawnY | The Y-coordinate for the vehicle. |
1717
| Float:spawnZ | The Z-coordinate for the vehicle. |

0 commit comments

Comments
 (0)