SKS OCDoc
OpenComputers
Computronics
Minitel

module/loadfile.lua

reload(f^string^): table

Reloads library f from disk into memory.

loadfile(p^string^): function

reads file p and returns a function if possible

require(f^string^, force^boolean^): table

searches for a library with name f and returns what the library returns, if possible. if force is set, loads the library even if it is cached

runfile(p^string^, ...)

runs file p with arbitrary arguments in the current thread

© ShadowKat Studios
The software used to generate this page is licensed under the Mozilla Public License version 2 and can be found here