mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 10:39:42 +00:00
Fix link
This commit is contained in:
parent
8cd488b91f
commit
3659890b28
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@
|
|||
-- @param #any spellOrId A @{openmw.core#Spell} or string record id.
|
||||
|
||||
---
|
||||
-- Remove an active spell based on active spell ID (see @{openmw.core#(ActiveSpell).activeSpellId}). Can only be used in global scripts or on self. Can only be used to remove spells with the temporary flag set (see @{openmw.core#(ActiveSpell).temporary}).
|
||||
-- Remove an active spell based on active spell ID (see @{openmw_core#ActiveSpell.activeSpellId}). Can only be used in global scripts or on self. Can only be used to remove spells with the temporary flag set (see @{openmw_core#ActiveSpell.temporary}).
|
||||
-- @function [parent=#ActorActiveSpells] remove
|
||||
-- @param self
|
||||
-- @param #any id Active spell ID.
|
||||
|
|
Loading…
Reference in a new issue