diff --git a/site/content/en/docs/Guides/Client SDKs/go.md b/site/content/en/docs/Guides/Client SDKs/go.md index b2a9c6d141..7ba9e89fc3 100644 --- a/site/content/en/docs/Guides/Client SDKs/go.md +++ b/site/content/en/docs/Guides/Client SDKs/go.md @@ -21,6 +21,19 @@ Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more detail | Configuration | Watch | ✔️ | | 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 | ✔️ | | Player Tracking | GetConnectedPlayers | ✔️ | | Player Tracking | GetPlayerCapacity | ✔️ | | Player Tracking | GetPlayerCount | ✔️ | diff --git a/site/content/en/docs/Guides/Client SDKs/rust.md b/site/content/en/docs/Guides/Client SDKs/rust.md index 870219181e..0b8434a660 100644 --- a/site/content/en/docs/Guides/Client SDKs/rust.md +++ b/site/content/en/docs/Guides/Client SDKs/rust.md @@ -21,6 +21,19 @@ Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more detail | Configuration | Watch | ✔️ | | 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 | ❌ | | Player Tracking | GetConnectedPlayers | ✔️ | | Player Tracking | GetPlayerCapacity | ✔️ | | Player Tracking | GetPlayerCount | ✔️ | diff --git a/site/content/en/docs/Guides/Client SDKs/unity.md b/site/content/en/docs/Guides/Client SDKs/unity.md index 6a7101f62e..0e8dd9e414 100644 --- a/site/content/en/docs/Guides/Client SDKs/unity.md +++ b/site/content/en/docs/Guides/Client SDKs/unity.md @@ -21,6 +21,19 @@ Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more detail | Configuration | Watch | ✔️ | | 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 | ❌ | | Player Tracking | GetConnectedPlayers | ✔️ | | Player Tracking | GetPlayerCapacity | ✔️ | | Player Tracking | GetPlayerCount | ✔️ | diff --git a/site/content/en/docs/Guides/Client SDKs/unreal.md b/site/content/en/docs/Guides/Client SDKs/unreal.md index 2409d29eb4..973469e27a 100644 --- a/site/content/en/docs/Guides/Client SDKs/unreal.md +++ b/site/content/en/docs/Guides/Client SDKs/unreal.md @@ -22,6 +22,19 @@ Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more detail | Configuration | Watch | ✔️ | | 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 | ❌ | | Player Tracking | GetConnectedPlayers | ✔️ | | Player Tracking | GetPlayerCapacity | ✔️ | | Player Tracking | GetPlayerCount | ✔️ |