1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Document the optional attribute/skill parameter of getEffect.

This commit is contained in:
Mads Buvik Sandvei 2023-05-23 18:17:31 +02:00
parent 5a8c6df633
commit b5aefc872b

View File

@ -193,6 +193,7 @@
-- @function [parent=#ActorActiveEffects] getEffect
-- @param self
-- @param string effect ID
-- @param string Optional skill or attribute ID
-- @return #ActiveEffect if such an effect is active, nil otherwise
---