mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 21:08:33 -06:00
update documentaiton for bindkey
This commit is contained in:
@@ -230,12 +230,13 @@ scripting::LuaLibrary KeybindingManager::luaLibrary() {
|
||||
"bindKey",
|
||||
&luascriptfunctions::bindKey,
|
||||
{},
|
||||
"string, string [, string]",
|
||||
"string, string [, string, string, string]",
|
||||
"Binds a key by name to a lua string command to execute both locally "
|
||||
"and to broadcast to clients if this is the host of a parallel session. "
|
||||
"The first argument is the key, the second argument is the Lua command "
|
||||
"that is to be executed, and the optional third argument is a human "
|
||||
"readable description of the command for documentation purposes."
|
||||
"readable description of the command for documentation purposes. The"
|
||||
"fourth is the GUI name and fifth is the GUI path, both optional."
|
||||
},
|
||||
{
|
||||
"bindKeyLocal",
|
||||
|
||||
Reference in New Issue
Block a user