Hi I tried:
... and wasn't able to find a way to get hero picks as they happen. I tried both vs bots and real players.
Any ideas how to get hero selections during `GameState.HERO_SELECTION`?
I see a bunch of `CSVCMsg_UpdateStringTable` events from OnRecvNetMessage but I'm not sure how to access the string table or the string data that was updated.
Code:
OnRecvNetMessage()
OnGCSOChanged()
OnGCSOUpdated()
OnGCSOCreated()
OnSendNetMessage()
Matchmaking.GetLobbyData()
... and wasn't able to find a way to get hero picks as they happen. I tried both vs bots and real players.
Any ideas how to get hero selections during `GameState.HERO_SELECTION`?
I see a bunch of `CSVCMsg_UpdateStringTable` events from OnRecvNetMessage but I'm not sure how to access the string table or the string data that was updated.