added definitions of which scripts should be shared over parallel connection

This commit is contained in:
Joakim Kilby
2015-06-26 09:37:51 +02:00
parent 4fb40ceeb9
commit 2529d4c4d6
4 changed files with 22 additions and 11 deletions
+2 -1
View File
@@ -571,7 +571,8 @@ scripting::ScriptEngine::LuaLibrary Scene::luaLibrary() {
"string, *",
"Sets a property identified by the URI in "
"the first argument. The second argument can be any type, but it has to "
" agree with the type that the property expects"
" agree with the type that the property expects",
true
},
{
"getPropertyValue",