Is there a way for a Custom Game Server with the PlayFab Server + Client APIs installed and running to look up its current tags? Or otherwise retrieve any data set on it via CloudScript?
Use case is: we set an "invite join code" as a server tag via CloudScript.
I'd like the server to know its code once set.
Answer by pfnathan · Apr 11, 2018 at 04:05 AM
For the moment, this is the only way we "expose" the data via (https://api.playfab.com/documentation/Client/method/GetCurrentGames)
Ah I see, so maybe I could pull in the LobbyID from the command line, store that, and find it in the GetCurrentGames. Thanks!
Please try and let us know if it worked out, meanwhile we will look to see if there are other ways to do this...
Meaning of RegionInfo.Available (vs. it being in GetGameServerRegions) 1 Answer
How to set the maximum number of players on the server? 2 Answers
Login server side 1 Answer
PlayFab Multiplayer 1 Answer
Title ID in custom game servers 1 Answer