Skip to content

Commit 718c060

Browse files
authored
Merge pull request #28 from Gametoast/enable-code-console-data-pass-through
doc fix
2 parents 3eaf1cc + c931310 commit 718c060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ What to know for zero Patch Mod development:
4141
+ id: string
4242
+ displayStr: can be a const string, localization string id or function that returns a string.
4343
+ action: can be a string, function or table
44-
- string --> The mod menu tree will do a 'ScriptCB_PushScreen(id)'
44+
- string --> The mod menu tree will do a 'ScriptCB_PushScreen(action)'
4545
- function --> The mod menu tree will call function(id)
4646
- table --> The mod menu tree will load the contents of the table into the current display.
4747
Not just any table will work, Must be a list of valid menu tree items.

0 commit comments

Comments
 (0)