Changes for page 09 Lua Editor

Last modified by Nhu Nguyen on 2025/03/09 17:22

From version 5.1
edited by Stone Wu
on 2022/08/08 10:34
Change comment: There is no comment for this version
To version 6.1
edited by Jim
on 2023/08/11 09:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Stone
1 +XWiki.Jim
Content
... ... @@ -23,6 +23,8 @@
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 +(((
26 26  **✎Note: **
27 27  
28 28  * There is no script file for the newly created project. Following two new files will automatically generate.
... ... @@ -29,6 +29,7 @@
29 29  * Script_BG.lua: is the global background script file, which includes initialization and timing functions
30 30  * Script_Screen.lua: is a screen script file, and each screen can have initialization, timing, and close functions
31 31  * 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 +)))
32 32  
33 33  **Lua Child Node**
34 34  
... ... @@ -54,7 +54,10 @@
54 54  
55 55  **Unprotect:** Right-click on the child node, select Unprotect, enter the password to release.
56 56  
60 +(% class="box infomessage" %)
61 +(((
57 57  **✎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 +)))
58 58  
59 59  == Script editor ==
60 60