If it's on the table, it will take the clients value.  If the client's value
goes beyond the threshold set in the prediction table, it snaps to whatever
the server has.

On Wed, Aug 12, 2009 at 4:07 PM, Tom Edwards <[email protected]>wrote:

> I'm unclear on what the prediction table actually achieves. Here is what
> I think might be happening:
>
> *In table:*
>
>    * Prediction error if too far out when next update arrives
>    * Memorised when the prediction system rewinds, and restored afterwards
>
> *Not in table: *
>
>    * Not checked for prediction accuracy
>    * Can be operated on multiple times as the prediction system rewinds
>          o Test prediction->IsFirstTimePredicted() to avoid this
>
> Is this at all accurate? Is there anything else? And:
>
>    * What does it mean to have a var that is the network table but not
>      the prediction table?
>    * What decides which functions get rewound?
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to