Changes for page 09 Lua Editor
Last modified by Nhu Nguyen on 2025/03/09 17:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -168,7 +168,10 @@ 168 168 169 169 The above is the initialization function of screen 0. For screen 100, you can replace 0 with 100. You can add your own function: function we_scr_init_100() end 170 170 171 +(% class="box infomessage" %) 172 +((( 171 171 **✎Note: **The above function has a fixed name. If it is modified, it will not cause crash, but the function can be found. 174 +))) 172 172 173 173 **Example:** After the screen 0 initialization function is changed to we_scR_init_0(), the script will not be executed when screen 0 is initialized, and then no script will be executed, and nothing will be done because the "we_scr_init_0" function cannot be found. 174 174