1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 18:45:36 +00:00

Fix incorrect description is Lua docs

This commit is contained in:
Petr Mikheev 2023-01-01 20:19:56 +01:00
parent 500e8bdf4c
commit 1a2d6514ba

View file

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