10.06.2012, 02:19
There's two ways that GetPlayerFacingAngle could work:
1. It sends a request to the client.
2. It returns the data stored from the last sync (OnPlayerUpdate)
Clearly it's #2 - but it would be better to be #1.
1. It sends a request to the client.
2. It returns the data stored from the last sync (OnPlayerUpdate)
Clearly it's #2 - but it would be better to be #1.