Unverified Commit 73383f5f authored by Gabriel's avatar Gabriel Committed by GitHub
Browse files

Update JS runtime matchList doc annotations. (#832)

parent 27b68dab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3326,7 +3326,7 @@ func (n *runtimeJavascriptNakamaModule) matchGet(r *goja.Runtime) func(goja.Func
// @group matches
// @summary List currently running realtime multiplayer matches and optionally filter them by authoritative mode, label, and current participant count.
// @param limit(type=number, optional=true, default=1) The maximum number of matches to list.
// @param authoritative(type=bool, optional=true) Set true to only return authoritative matches, false to only return relayed matches. Default false.
// @param authoritative(type=bool, optional=true, default=false) Set true to only return authoritative matches, false to only return relayed matches.
// @param label(type=string, optional=true) A label to filter authoritative matches by. Default "" meaning any label matches.
// @param minSize(type=number, optional=true) Inclusive lower limit of current match participants.
// @param maxSize(type=number, optional=true) Inclusive upper limit of current match participants.