api: use dynamic shortcut for string.gfind

This commit is contained in:
shagu
2018-09-28 22:53:16 +02:00
parent 0d993806e6
commit 7ecac458ac
8 changed files with 26 additions and 20 deletions
+3
View File
@@ -883,3 +883,6 @@ function pfUI.api.GetColorGradient(perc)
gradientcolors[perc].b,
gradientcolors[perc].h
end
-- [ shortcuts ]
pfUI.api.gfind = string.gfind