mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-24 05:53:09 +00:00
update docs
This commit is contained in:
parent
1b36f757ed
commit
8ea0338a50
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue