diff options
Diffstat (limited to 'doc/lua/openstarbound')
-rw-r--r-- | doc/lua/openstarbound/world.md | 2 |
1 files changed, 1 insertions, 1 deletions
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<LuaValue>` world.callScriptContext(`String` contextName, `String` function, `String` contextName, [LuaValue args ...]) +#### `Maybe<LuaValue>` world.callScriptContext(`String` contextName, `String` function, `String` contextName, [`LuaValue` args ...]) Calls a function in the specified world script context. |