mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +00:00
Merge branch 'fix_effect_spell' into 'master'
Lua: Fix documentation for type.ActiveEffect See merge request OpenMW/openmw!3178
This commit is contained in:
commit
e5e0787337
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
||||||
-- @param self
|
-- @param self
|
||||||
-- @param #string effectId effect ID
|
-- @param #string effectId effect ID
|
||||||
-- @param #string extraParam Optional skill or attribute ID
|
-- @param #string extraParam Optional skill or attribute ID
|
||||||
-- @return #ActiveEffect if such an effect is active, nil otherwise
|
-- @return openmw.core#ActiveEffect if such an effect is active, nil otherwise
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Completely removes the active effect from the actor.
|
-- Completely removes the active effect from the actor.
|
||||||
|
|
Loading…
Reference in a new issue