mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
Merge branch 'objectisinstance(lockable)' into 'master'
Doc: Add objectisinstance to lockable See merge request OpenMW/openmw!4175
This commit is contained in:
commit
9523aab18e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user