|
|
|
@ -1440,7 +1440,9 @@
|
|
|
|
|
-- @param #ActivatorRecord activator A Lua table with the fields of a ActivatorRecord.
|
|
|
|
|
-- @return #ActivatorRecord A strongly typed Activator record.
|
|
|
|
|
|
|
|
|
|
--- @{#Container} functions
|
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
-- @{#Container} functions
|
|
|
|
|
-- @field [parent=#types] #Container Container
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
@ -1455,6 +1457,12 @@
|
|
|
|
|
-- @param openmw.core#GameObject object
|
|
|
|
|
-- @return openmw.core#Inventory
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
-- Container content (same as `Container.content`, added for consistency with `Actor.inventory`).
|
|
|
|
|
-- @function [parent=#Container] inventory
|
|
|
|
|
-- @param openmw.core#GameObject object
|
|
|
|
|
-- @return openmw.core#Inventory
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
-- Whether the object is a Container.
|
|
|
|
|
-- @function [parent=#Container] objectIsInstance
|
|
|
|
@ -1487,7 +1495,9 @@
|
|
|
|
|
-- @field #string mwscript MWScript on this container (can be empty)
|
|
|
|
|
-- @field #number weight capacity of this container
|
|
|
|
|
|
|
|
|
|
--- @{#Door} functions
|
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
-- @{#Door} functions
|
|
|
|
|
-- @field [parent=#types] #Door Door
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|