mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-23 23:11:34 +00:00
add missing objectisinstance to lockable
This commit is contained in:
parent
a189b6fb88
commit
cdc77a1d2c
1 changed files with 6 additions and 0 deletions
|
@ -1538,6 +1538,12 @@
|
||||||
--- @{#Lockable} functions
|
--- @{#Lockable} functions
|
||||||
-- @field [parent=#types] #Lockable Lockable
|
-- @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)
|
-- Returns the key record of a lockable object(door, container)
|
||||||
-- @function [parent=#Lockable] getKeyRecord
|
-- @function [parent=#Lockable] getKeyRecord
|
||||||
|
|
Loading…
Reference in a new issue