This command toggles the display of labels for items, characters, and other in-game items.
The toggledebuglabels
command is usually used by developers or modders to display labels for items, characters, and other in-game entities for tracking or modifying purposes.
The command toggles the display of debug labels on and off.
Debug labels are interface elements that show crucial information about a game object. This could be variables like the object's identification name, its condition (health, status, etc.), its coordinates within the game world, or other useful details.
Being able to see these identifiers can be highly useful when developing new game features, troubleshooting issues or modding.
Command | Effect |
---|---|
dlgshow | This command will hide the game's GUI (HUD). Use |
fadein | This command fades the screen in after having previously been faded out. The fade effect is the same as that used for cut scenes. Use |
fadeout | This console command will fade out the game using the same effect that is used for a cut scene. Use |
testpause | This command will pause the game. |
testunpause | This command will unpause the game. |
ToggleCameraAutoRotation | This console command enables and disables the automatic rotation of the camera that follows your character. |
toggledebuglabels | This command toggles the display of labels for items, characters, and other in-game items. |
Command | Effect |
---|---|
dlgshow | This command will hide the game's GUI (HUD). Use |
fadein | This command fades the screen in after having previously been faded out. The fade effect is the same as that used for cut scenes. Use |
fadeout | This console command will fade out the game using the same effect that is used for a cut scene. Use |
testpause | This command will pause the game. |
testunpause | This command will unpause the game. |
ToggleCameraAutoRotation | This console command enables and disables the automatic rotation of the camera that follows your character. |
toggledebuglabels | This command toggles the display of labels for items, characters, and other in-game items. |