Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/15 in all areas

  1. We just mean, if the core lua that has the et_CallBacks in it requires a extra lua module. Example: etdir/silent/luascripts/main.lua <-- File that has et callbacks etc. that we want loaded, it also had a line like require "util.json" or something similar. etdir/silent/luascripts/util/json.lua <--- File that we wouldn't want to be loaded to ET Obviously we wouldn't want et to load json.lua, as there would be no et callbacks in it and it would be loaded via main.lua already. In other words it doesn't apply only to my project. Usually it is just one file but not always.
    1 point
×
×
  • Create New...