1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Merge branch 'equipment' into 'master'

Lua docs: equipment -> getEquipment

See merge request OpenMW/openmw!3892
This commit is contained in:
psi29a 2024-02-21 13:59:59 +00:00
commit bc873d2869

View File

@ -68,7 +68,7 @@
-- @field #number Ammunition
---
-- Available @{#EQUIPMENT_SLOT} values. Used in `Actor.equipment(obj)` and `Actor.setEquipment(obj, eqp)`.
-- Available @{#EQUIPMENT_SLOT} values. Used in `Actor.getEquipment(obj)` and `Actor.setEquipment(obj, eqp)`.
-- @field [parent=#Actor] #EQUIPMENT_SLOT EQUIPMENT_SLOT
---