We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AccessorFuncDT
1 parent 1778bba commit 73b71d2Copy full SHA for 73b71d2
source/DataStructures/Lua/Accessor.cs
@@ -8,7 +8,7 @@ public class Accessor : DataStructure
8
{
9
public override Regex GetRegex()
10
11
- return new Regex(@"\s*AccessorFunc(DT)?\s*\((\w|,|\s)+\)"); // RegEx matches "hook.Run(" or "hook.Call("
+ return new Regex(@"\s*AccessorFunc\s*\((\w|,|\s)+\)");
12
}
13
14
public override bool CheckMatch(string line)
0 commit comments