Skip to content

Commit

Permalink
Merge pull request #28 from Gametoast/enable-code-console-data-pass-t…
Browse files Browse the repository at this point in the history
…hrough

doc fix
  • Loading branch information
BAD-AL authored May 1, 2024
2 parents 3eaf1cc + c931310 commit 718c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ What to know for zero Patch Mod development:
+ id: string
+ displayStr: can be a const string, localization string id or function that returns a string.
+ action: can be a string, function or table
- string --> The mod menu tree will do a 'ScriptCB_PushScreen(id)'
- string --> The mod menu tree will do a 'ScriptCB_PushScreen(action)'
- function --> The mod menu tree will call function(id)
- table --> The mod menu tree will load the contents of the table into the current display.
Not just any table will work, Must be a list of valid menu tree items.
Expand Down

0 comments on commit 718c060

Please sign in to comment.