From 16ba35d63bfd1d300c82c4540228b784ad282e2c Mon Sep 17 00:00:00 2001 From: uramer Date: Sat, 12 Aug 2023 21:17:11 +0200 Subject: [PATCH] Don't refer to local type by absolute path in docs --- files/lua_api/openmw/core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index 38c8a2a397..10cff1379e 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -320,8 +320,8 @@ -- @type ActiveSpell -- @field #string name The spell or item display name -- @field #string id Record id of the spell or item used to cast the spell --- @field openmw.core#GameObject item The enchanted item used to cast the spell, or nil if the spell was not cast from an enchanted item. Note that if the spell was cast for a single-use enchantment such as a scroll, this will be nil. --- @field openmw.core#GameObject caster The caster object, or nil if the spell has no defined caster +-- @field #GameObject item The enchanted item used to cast the spell, or nil if the spell was not cast from an enchanted item. Note that if the spell was cast for a single-use enchantment such as a scroll, this will be nil. +-- @field #GameObject caster The caster object, or nil if the spell has no defined caster -- @field #list<#ActiveSpellEffect> effects The active effects (@{#ActiveSpellEffect}) of this spell. ---