Skip to content

Commit

Permalink
Merge pull request #39 from butlersrepos/patch-2
Browse files Browse the repository at this point in the history
Update lobbies.md
  • Loading branch information
Gramps authored Oct 18, 2024
2 parents f9c3e14 + f72d05d commit 111b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/lobbies.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func _on_open_lobby_list_pressed() -> void:

Before requesting the lobby list with `requestLobbyList()` you can add more search queries like:

`addRequestLobbyListStringFilter()`<br />Allows you to look for specific works in the lobby metadata
`addRequestLobbyListStringFilter()`<br />Allows you to look for specific words in the lobby metadata

`addRequestLobbyListNumericalFilter()`<br />Adds a numerical comparions filter (<=, <, =, >, >=, !=)

Expand Down

0 comments on commit 111b2c4

Please sign in to comment.