We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eaf1cc + c931310 commit 718c060Copy full SHA for 718c060
documentation/Readme.md
@@ -41,7 +41,7 @@ What to know for zero Patch Mod development:
41
+ id: string
42
+ displayStr: can be a const string, localization string id or function that returns a string.
43
+ action: can be a string, function or table
44
- - string --> The mod menu tree will do a 'ScriptCB_PushScreen(id)'
+ - string --> The mod menu tree will do a 'ScriptCB_PushScreen(action)'
45
- function --> The mod menu tree will call function(id)
46
- table --> The mod menu tree will load the contents of the table into the current display.
47
Not just any table will work, Must be a list of valid menu tree items.
0 commit comments