heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
593 stars 69 forks source link

Add match_label API #183

Open BimDav opened 1 year ago

BimDav commented 1 year ago

https://heroiclabs.com/docs/nakama/concepts/multiplayer/authoritative/#match-label

Listing matches is possible with the Godot API, as well as query filters on the match label, but it is not possible to set the match label as indicated in the above link.

Would it be possible to add it to the Godot API, either at match creation or later on, by the host?