VE Lua Documentation

Press F to search!

reloadModule

Definition


-- @/lua/common/extensions.lua:921

M.reloadModule =  function(modulePath)
                     log("W", logTag, "reloadModule(modulePath) is deprecated. Please switch to reload(modulePath)")
                     reload( modulePath )
                   end

Callers

@/lua/common/extensions.lua
M.reloadModule =  function(modulePath)
                     log("W", logTag, "reloadModule(modulePath) is deprecated. Please switch to reload(modulePath)")
                     reload( modulePath )