[Mplayer/HLAPI] How to use "void OnPlayerDisconnected(NetworkPlayer player)" in NetworkLobbyManager class?
I tried searching this on API docs, but 0 results. These seem especially useful for the NetworkLobbyManager because all the other overrides just provides the NetworkConnection, while OnPlayerDisconnected actually provides the NetworkPlayer.
I would love to use this, but how?
I can't override it -- but I can plainly type "public void onPlayerConnected(NetworkPlayer player)" and Intellisense will fill it all out for me. I thought maybe it's like "void start()" that just happens auto"magically", but none of these voids ever trigger.
So.. how do I use them within NetworkLobbyManager class?
Your answer
Follow this Question
Related Questions
[Mplayer/HLAPI/Lobby] How to gracefully disconnect server? Client? 0 Answers
What determines a uNet CCU slot being occupied? 0 Answers
UNET match making without the relay server 3 Answers
UNET Online Match Making? 1 Answer
UNET with Secure Firewalls 0 Answers