What is a way to reload lua scripts during run-time?

Posted by zooropa on Stack Overflow See other posts from Stack Overflow or by zooropa
Published on 2010-05-11T15:39:17Z Indexed on 2010/05/11 15:44 UTC
Read the original article Hit count: 99

Filed under:
|

I want to reload lua scripts at run-time. What are the ways to do this? Do you just have to reinitialize the lua system and then re-read all the lua files?

© Stack Overflow or respective owner

Related posts about lua

Related posts about scripting