added lua check CI step #49
@@ -46,9 +46,12 @@ jobs:
|
|||||||
"lfs",
|
"lfs",
|
||||||
"setmetatable", "getmetatable", "table", "string", "math", "pairs", "ipairs",
|
"setmetatable", "getmetatable", "table", "string", "math", "pairs", "ipairs",
|
||||||
"require", "type", "tostring", "io", "error", "pcall", "tonumber",
|
"require", "type", "tostring", "io", "error", "pcall", "tonumber",
|
||||||
"SpearheadConfig",
|
"loadstring",
|
||||||
|
|
||||||
|
"SpearheadConfig", "SpearheadAPI", "GlobalCapCallBacks"
|
||||||
"env", "net", "trigger", "timer", "Object", "land", "coord", "coalition",
|
"env", "net", "trigger", "timer", "Object", "land", "coord", "coalition",
|
||||||
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world"
|
"Unit", "Group", "Airbase", "StaticObject", "SceneryObject", "world",
|
||||||
|
"country", "missionCommands", "Controller", "Weapon", "atmosphere", "country"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user