Skip to content

Commit

Permalink
Docs: SDK implementation matrixes (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Dec 16, 2023
1 parent 0f42cc1 commit e5489a8
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site/content/en/docs/Guides/Client SDKs/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔️ |
Expand Down
13 changes: 13 additions & 0 deletions site/content/en/docs/Guides/Client SDKs/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔️ |
Expand Down
13 changes: 13 additions & 0 deletions site/content/en/docs/Guides/Client SDKs/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔️ |
Expand Down
13 changes: 13 additions & 0 deletions site/content/en/docs/Guides/Client SDKs/unreal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✔️ |
Expand Down

0 comments on commit e5489a8

Please sign in to comment.