From 8ea0338a50804f971b93a6ce3bbbd7f6ff5a78e4 Mon Sep 17 00:00:00 2001 From: Sebastian Fieber Date: Sun, 30 Nov 2025 16:40:45 +0100 Subject: [PATCH] update docs --- 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 e9fb319b1d..add6f821ef 100644 --- a/files/lua_api/openmw/world.lua +++ b/files/lua_api/openmw/world.lua @@ -210,7 +210,7 @@ --- -- Remove all VFX with the given vfxId. Best invoked through the RemoveVfx global event -- @function [parent=#VFX] remove --- @param #string vfxId the vfxId of the VFX to remove. Passing an empty string removes all VFX that don't have a vfxId +-- @param #string vfxId the vfxId of the VFX to remove. Passing an empty string removes all VFX that don't have a vfxId (this includes non-scripted VFX!) -- -- @usage -- Remove all VFX with vfxId "myvfx" -- core.sendGlobalEvent('RemoveVfx', "myvfx")