From 9811eb7d324c57e9bc57384ce72031a582db7cf6 Mon Sep 17 00:00:00 2001 From: Mads Buvik Sandvei Date: Mon, 12 Aug 2024 21:29:46 +0200 Subject: [PATCH] docs typo --- files/lua_api/openmw/world.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/world.lua b/files/lua_api/openmw/world.lua index f15c268bb8..3ed85e9ab5 100644 --- a/files/lua_api/openmw/world.lua +++ b/files/lua_api/openmw/world.lua @@ -186,7 +186,7 @@ --- -- Spawn a VFX at the given location in the world. Best invoked through the SpawnVfx global event -- @function [parent=#VFX] spawn --- @param #string model #string model path (normally taken from a record such as @{openmw.types#StaticRecord.model} or similar) +-- @param #string model string model path (normally taken from a record such as @{openmw.types#StaticRecord.model} or similar) -- @param openmw.util#Vector3 position -- @param #table options optional table of parameters. Can contain: --