diff --git a/site/content/en/docs/Guides/Client SDKs/nodejs.md b/site/content/en/docs/Guides/Client SDKs/nodejs.md index 07c7b8e03d..95c009c86f 100644 --- a/site/content/en/docs/Guides/Client SDKs/nodejs.md +++ b/site/content/en/docs/Guides/Client SDKs/nodejs.md @@ -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 | ✔️ |