Skip to content

Commit

Permalink
Update Node.js Page to Reflect (#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosji authored Jun 12, 2024
1 parent 460306d commit 27bf8a3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions site/content/en/docs/Guides/Client SDKs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more detail
| Configuration | WatchGameServer | ✔️ |
| Metadata | SetAnnotation | ✔️ |
| Metadata | SetLabel | ✔️ |
| Counters | GetCounterCount | |
| Counters | SetCounterCount | |
| Counters | IncrementCounter | |
| Counters | DecrementCounter | |
| Counters | SetCounterCapacity | |
| Counters | GetCounterCapacity | |
| Lists | AppendListValue | |
| Lists | DeleteListValue | |
| Lists | SetListCapacity | |
| Lists | GetListCapacity | |
| Lists | ListContains | |
| Lists | GetListLength | |
| Lists | GetListValues | |
| Counters | GetCounterCount | ✔️ |
| Counters | SetCounterCount | ✔️ |
| Counters | IncrementCounter | ✔️ |
| Counters | DecrementCounter | ✔️ |
| Counters | SetCounterCapacity | ✔️ |
| Counters | GetCounterCapacity | ✔️ |
| Lists | AppendListValue | ✔️ |
| Lists | DeleteListValue | ✔️ |
| Lists | SetListCapacity | ✔️ |
| Lists | GetListCapacity | ✔️ |
| Lists | ListContains | ✔️ |
| Lists | GetListLength | ✔️ |
| Lists | GetListValues | ✔️ |
| Player Tracking | GetConnectedPlayers | ✔️ |
| Player Tracking | GetPlayerCapacity | ✔️ |
| Player Tracking | GetPlayerCount | ✔️ |
Expand Down

0 comments on commit 27bf8a3

Please sign in to comment.