diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2025-02-08 13:07:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-08 13:07:33 -0800 |
commit | 480d87d15ff4e3e91354266aa28f0891a8575ab6 (patch) | |
tree | ba0440655a303c5a81101877a996f78cd7c01efd /doc/lua | |
parent | bc335eb7aa391069c8e4c6ce30b54384c7261b47 (diff) |
missed a thing
Diffstat (limited to 'doc/lua')
-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. |