|
Binding of Isaac - Afterbirth+ Lua Reference/Guide
|
require - includes Lua files from local folder. One difference between debug require and non debug one is that debug one includes from local directory only when it was run first time. as an example:
will work both times because reqme was cached but just:
will not work if reqme is in local folder.