From 480d87d15ff4e3e91354266aa28f0891a8575ab6 Mon Sep 17 00:00:00 2001 From: Bottinator22 <59987380+Bottinator22@users.noreply.github.com> Date: Sat, 8 Feb 2025 13:07:33 -0800 Subject: missed a thing --- doc/lua/openstarbound/world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lua') diff --git a/doc/lua/openstarbound/world.md b/doc/lua/openstarbound/world.md index b233e97..281fd70 100644 --- a/doc/lua/openstarbound/world.md +++ b/doc/lua/openstarbound/world.md @@ -54,7 +54,7 @@ Returns a `String` representation of the world's id. --- -#### `Maybe` world.callScriptContext(`String` contextName, `String` function, `String` contextName, [LuaValue args ...]) +#### `Maybe` world.callScriptContext(`String` contextName, `String` function, `String` contextName, [`LuaValue` args ...]) Calls a function in the specified world script context. -- cgit v1.2.3