Skip to content

Simple powerful reload module in lua that not only supports online updates, and update the properties and methods of old objects

Notifications You must be signed in to change notification settings

linxiaolong/lua-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:

Simple powerful reload module in lua that not only supports online updates, and update the properties and methods of old objects.

Usage:

imp.lua: the module that support reload function. test.lua: the module that can be used to test.

Notice:

Will encapsulate the entire module into a table such as M. Maintain all need to be online to update the content within M. Part do not want online updates, or do not want to change the dynamic data off, you can use the "local" to achieve the objective.

About

Simple powerful reload module in lua that not only supports online updates, and update the properties and methods of old objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages