Correctly set argument description for setPropertyValueRegex

This commit is contained in:
Alexander Bock
2016-09-14 11:12:55 +02:00
parent a4fa9c0788
commit b87e30d0d2

View File

@@ -455,6 +455,7 @@ scripting::LuaLibrary Scene::luaLibrary() {
{
"setPropertyValueRegex",
&luascriptfunctions::property_setValueRegex,
"string, *",
"Sets all properties that pass the regular expression in the first "
"argument. The second argument can be any type, but it has to match the "
"type of the properties that matched the regular expression. The regular "