Cl predictionlist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (added cvar template)
Line 1: Line 1:
{{DISPLAYTITLE:cl_predictionlist}}
{{CVar}}
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]]

Revision as of 17:03, 26 June 2023

Template:CVar 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.