Cl interp all: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Console Variables]]
{{otherlang2
{{wrongtitle|title=cl_interp_all}}
| ru = Cl_interp_all:ru}}{{wrongtitle|title=cl_interp_all}}
 
This [[ConVar]] controls some code optimizations for running client-side prediction. When set to '''0''', the optimization is run; only the set of entities that need [[interpolation]] are considered. When set to a nonzero value, the old behavior is run, where every networked entity is considered for [[interpolation]].
This [[ConVar]] controls some code optimizations for running client-side prediction. When set to '''0''', the optimization is run; only the set of entities that need [[interpolation]] are considered. When set to a nonzero value, the old behavior is run, where every networked entity is considered for [[interpolation]].


Line 8: Line 7:


For other useful information on console variables, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commands Listing]
For other useful information on console variables, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commands Listing]
[[Category:Console Variables]]

Revision as of 07:46, 27 December 2009

Template:Otherlang2Template:Wrongtitle This ConVar controls some code optimizations for running client-side prediction. When set to 0, the optimization is run; only the set of entities that need interpolation are considered. When set to a nonzero value, the old behavior is run, where every networked entity is considered for interpolation.

See also

Alfred Reynolds explains cl_interp_all

For other useful information on console variables, please head back to the Console Commands Listing