Skip to content

Minor fixes #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/plugin-development/sestring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Example `<num(300000)>`:
```c {4-5}
0x02, // Payload start
0x20, // Macro code for num
0x05, // Integer expression for the payload length (3)
0x05, // Integer expression for the payload length (4)
0xF6, // Integer expression for the value
0x04, 0x93, 0xE0, // 0x0493E0 = 300000
0x03 // Payload end
Expand Down Expand Up @@ -1573,7 +1573,7 @@ Adds a column from a sheet.

Expressions:

- \[0] String Expression: Sheet name
- \[0] String Expression: Sheet Name
- \[1] Integer Expression: RowId
- \[2] Integer Expression: Column Index
- \[3] Expression used as local parameter to evaluate the the columns text
Expand Down Expand Up @@ -2487,7 +2487,7 @@ corresponding UTF-8 characters. Make sure to read the note about
[SoftHyphen](#macro-softhyphen).

Avoid using `ToString()` as it generates a macro string, as seen in the examples
throughout this guide. This is a common pitfall, particularly with the Dungeon
throughout this guide. This is a common pitfall, particularly with the Trial
`the <italic(1)>Whorleater<italic(0)> (Hard)`, where the ship's name is intended
to be displayed in italics.

Expand Down
File renamed without changes.
Loading