- Home /
The question is answered, right answer was accepted
Help with Photon Network Functions C#
Hi, can anyone tell me the functions that exists in Photon Network in C#?
Here's the complete list about the function i know:
OnJoinedLobby
OnCreatedRoom
OnJoinedRoom
OnLeftRoom
OnReceivedRoomList
OnReceivedRoomListUpdate
OnConnectedToPhoton
OnDisconnectedFromPhoton
OnFailedToConnectToPhoton
OnConnectedToMaster
OnMasterClientSwitched
OnPhotonPlayerConnected
OnPhotonPlayerDisconnected
OnPhotonInstantiate
OnPhotonSerializeView
Thanks in advance.
Answer by Memige · Jun 07, 2013 at 09:09 PM
If you have the Photon suite, you can go to Window>Photon Unity Networking (or Alt+P) and toward the bottom of the popup window click "Open PDF" all of the PUN API calls are detailed in there.
Answer by nevaran · Jul 02, 2014 at 10:18 AM
I think this page might have all enums and messages in photon: http://notamentalparaelfuturo.blogspot.com/2013/10/all-photon-unity-networking-enums-and.html
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Photon - Distinguishing player types for spawns 0 Answers
Handle device offline status 0 Answers
PhotonView question 1 Answer
Game object not Synced across Network 0 Answers