Skip to content

UCoyote/lua_hotupdate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

接口包含

  • Init(UpdateListFile, RootPath, [, FailNotify, ENV])
  • Update()

Init负责初始化,RootPath是你的lua文件目录,该目录及子目录下的所有的lua文件都被纪录。UpdateListFile是一个lua路径,要求这个lua文件返回一个table,这个table包含想要热更新的文件的文件名。

Update每运行一次就对UpdateListFile里面的文件进行热更新,只更新函数,不更新数据。

~限Windows平台使用

例子动图

About

my lua hotudpate implement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%