Skip to content

Instantly share code, notes, and snippets.

@Vavius
Created September 27, 2015 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vavius/0f9ee326062ed24392af to your computer and use it in GitHub Desktop.
Save Vavius/0f9ee326062ed24392af to your computer and use it in GitHub Desktop.
function ResourceMgr:loadTable(filePath)
local tbl = assert(loadfile(filePath))
setfenv(tbl, {})
return tbl()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment