[Luacheck] Add VT2 globals
This commit is contained in:
parent
b2ca577c73
commit
5713a61c93
1 changed files with 8 additions and 2 deletions
|
@ -13,7 +13,7 @@ ignore = {
|
||||||
"611", -- disable "line contains only whitespace"
|
"611", -- disable "line contains only whitespace"
|
||||||
}
|
}
|
||||||
|
|
||||||
std = "+VT1+VMF"
|
std = "+VT1+VT2+VMF"
|
||||||
|
|
||||||
stds["VMF"] = {
|
stds["VMF"] = {
|
||||||
globals = {
|
globals = {
|
||||||
|
@ -413,3 +413,9 @@ stds["VT1"] = {
|
||||||
"RandomTable_05_05", "POOL_blackboard", "PlayGoTutorialSystem",
|
"RandomTable_05_05", "POOL_blackboard", "PlayGoTutorialSystem",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stds["VT2"] = {
|
||||||
|
globals = {
|
||||||
|
"IngameViewLayoutLogic", "HeroWindowIngameView",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue