-
-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Description
Zero-K uses multiple|tuple return e.g.
drone_defs.lua
......
return carrierDefs, thingsWhichAreDrones, unitRulesCarrierDefs--carrierDefs is correct
--thingsWhichAreDrones and unitRulesCarrierDefs are unknow
local carrierDefs, thingsWhichAreDrones, unitRulesCarrierDefs = VFS.Include("LuaRules/Configs/drone_defs.lua")but in default settings LuaLS only detect the first return value and left others unknow.
Can you make a setting to enable it?
Metadata
Metadata
Assignees
Labels
No labels