1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00

add missing objectisinstance to lockable

This commit is contained in:
Kindi 2024-06-14 12:19:25 +08:00
parent a189b6fb88
commit cdc77a1d2c

View File

@ -1538,6 +1538,12 @@
--- @{#Lockable} functions
-- @field [parent=#types] #Lockable Lockable
---
-- Whether the object is a Lockable.
-- @function [parent=#Lockable] objectIsInstance
-- @param openmw.core#GameObject object
-- @return #boolean
---
-- Returns the key record of a lockable object(door, container)
-- @function [parent=#Lockable] getKeyRecord