From e133b2a09de67ad336d64188128d6fe1e338dba8 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Sun, 14 Dec 2025 11:35:32 +0100 Subject: [PATCH] Clarify --- files/lua_api/openmw/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index d9be89a9cb..ecb64910a7 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -30,7 +30,7 @@ --- -- Set the actor's current barter gold. --- Can only be used on self in local scripts. +-- Available in global and local scripts. Can only be used on self in local scripts. -- @function [parent=#Actor] setBarterGold -- @param openmw.core#GameObject actor -- @param #number amount