1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 04:39:42 +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
---