1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 23:06:41 +00:00

Merge branch 'fix_docs' into 'master'

Fix incorrect description in Lua docs

See merge request OpenMW/openmw!2570
This commit is contained in:
Alexei Kotov 2023-01-02 11:27:01 +00:00
commit c823b66cac

View file

@ -485,8 +485,8 @@
-- @return #boolean -- @return #boolean
--- ---
-- Whether the actor is in the werewolf form at the moment. -- Whether the NPC or player is in the werewolf form at the moment.
-- @function [parent=#Actor] isWerewolf -- @function [parent=#NPC] isWerewolf
-- @param openmw.core#GameObject actor -- @param openmw.core#GameObject actor
-- @return #boolean -- @return #boolean