Changes for page 09 Lua Editor
Last modified by Nhu Nguyen on 2025/03/09 17:22
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Jim1 +XWiki.Stone - Content
-
... ... @@ -23,8 +23,6 @@ 23 23 * Create new file: right-click the Lua node to select new file, and enter a name in pop-up window, (the name starts with an underscore or letter); 24 24 * Refresh list: the file edited (new/deleted/renamed) by the user externally, the configuration is not refreshed. In this case this function needs to be used to synchronize changes; 25 25 26 -(% class="box infomessage" %) 27 -((( 28 28 **✎Note: ** 29 29 30 30 * There is no script file for the newly created project. Following two new files will automatically generate. ... ... @@ -31,7 +31,6 @@ 31 31 * Script_BG.lua: is the global background script file, which includes initialization and timing functions 32 32 * Script_Screen.lua: is a screen script file, and each screen can have initialization, timing, and close functions 33 33 * At any time, as long as there is a new operation, the software will judge whether the above two files exist, and which one is missing will be automatically filled. 34 -))) 35 35 36 36 **Lua Child Node** 37 37 ... ... @@ -57,10 +57,7 @@ 57 57 58 58 **Unprotect:** Right-click on the child node, select Unprotect, enter the password to release. 59 59 60 -(% class="box infomessage" %) 61 -((( 62 62 **✎Note: **If user forgets the password, the script file can never be recovered, the software will not storage any passwords, developers need to keep the password by themselves carefully. 63 -))) 64 64 65 65 == Script editor == 66 66