From b87e30d0d28c120e1f81587fb99f9af6dfc58faa Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 14 Sep 2016 11:12:55 +0200 Subject: [PATCH] Correctly set argument description for setPropertyValueRegex --- src/scene/scene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scene/scene.cpp b/src/scene/scene.cpp index 9cffc86a82..5413b08adc 100644 --- a/src/scene/scene.cpp +++ b/src/scene/scene.cpp @@ -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 "