Cl predictionlist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=cl_predictionlist}}
{{DISPLAYTITLE:cl_predictionlist}}
If '''cl_predictionlist''' is enabled, an overlay will be shown in the upper right-hand corner. This overlay shows all the entities that are currently using the [[Source]] prediction system (ie: running on both the client and server). The left-hand column shows the index of each entity, and the middle column shows the class names of the entities.
If '''cl_predictionlist''' is enabled, an overlay will be shown in the upper right-hand corner. This overlay shows all the entities that are currently using the [[Source]] prediction system (ie: running on both the client and server). The left-hand column shows the index of each entity, and the middle column shows the class names of the entities.


Once you know the index of the entity you need to debug, you can use [[cl_pdump]].
Once you know the index of the entity you need to debug, you can use [[cl_pdump]].
[[Category:Console Variables]]
[[Category:Console Variables]]

Revision as of 01:15, 30 November 2011

If cl_predictionlist is enabled, an overlay will be shown in the upper right-hand corner. This overlay shows all the entities that are currently using the Source prediction system (ie: running on both the client and server). The left-hand column shows the index of each entity, and the middle column shows the class names of the entities.

Once you know the index of the entity you need to debug, you can use cl_pdump.