To be honest, I don’t know what it is, but it is used in my code, here is an example:What are you trying to do? You can't return a void.
if (IsLocal(get_photon(player))) {
myPlayer = player;
}
He's returning a pointer (You can't return a void
void*) not a void lolI don't know what the the other functions do. ButI don’t know what it is, but it is used in my code, here is an example:
get_photon returns the value of a field with an offset of 0xAC in your classGot it, thank you very much.He's returning a pointer (void*) not avoidlol
I don't know what the the other functions do. Butget_photonreturns the value of a field with an offset of0xACin your class
OkayTo get photon you need offsets!!! Check class PhotonNetwork to use our method.