This article's documentation is for anything that uses the Source engine. Click here for more information.

Cl view: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{this is a|console command|name=cl_view}} It allows player to spectate what any other entity sees in the map. Only entity index is accepted as argument. Use {{command|ent...")
 
(→‎Examples: cl_view 2)
 
Line 1: Line 1:
{{this is a|console command|name=cl_view}} It allows player to spectate what any other entity sees in the map. Only [[entity index]] is accepted as argument. Use {{command|ent_text}} command to learn what index specific entity has.
{{this is a|console command|name=cl_view}} It allows player to spectate what any other entity sees in the map. Only [[entity index]] is accepted as argument. Use {{command|ent_text}} command to learn what index specific entity has.
==Examples==
==Examples==
{{code|cl_view 2}}
:* hide weapon, shows attached sprites
{{code|cl_view 3}}
{{code|cl_view 3}}
:* Spectate [[player_manager]]
:* Spectate [[player_manager]]
{{code|cl_view 465}}
{{code|cl_view 465}}
:* Spectate [[npc_breen]] in [[d3_breen_01]]
:* Spectate [[npc_breen]] in [[d3_breen_01]]

Latest revision as of 13:11, 19 October 2025

cl_view is a console command available in all Source Source games. It allows player to spectate what any other entity sees in the map. Only entity index is accepted as argument. Use ent_text command to learn what index specific entity has.

Examples

cl_view 2

  • hide weapon, shows attached sprites

cl_view 3

cl_view 465