Skip to content

Commit

Permalink
Merge branch 'objectisinstance(lockable)' into 'master'
Browse files Browse the repository at this point in the history
Doc: Add objectisinstance to lockable

See merge request OpenMW/openmw!4175
  • Loading branch information
psi29a committed Jun 15, 2024
2 parents 05a70b2 + cdc77a1 commit 9523aab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/lua_api/openmw/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9523aab

Please sign in to comment.