diag_drawMode

From Bohemia Interactive Community
Revision as of 15:42, 15 September 2020 by R3vo (talk | contribs)
Jump to navigation Jump to search


-wrong parameter ("arma3diag") defined!-[[:Category:Introduced with arma3diag version 1.86|1.86]]
Hover & click on the images for description

Description

Description:
Activates specific debug visualization.
Groups:
Uncategorised

Syntax

Syntax:
diag_drawMode type
Parameters:
type: String - Type of visualization
Return Value:
Nothing

Examples

Example 1:
diag_drawMode "normal"

Additional Information

See also:
VBS diag_drawmodeVBS setDrawMode

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

[[Category:Introduced with arma3diag version 1.86]][[ Category: arma3diag: New Scripting Commands | DIAG DRAWMODE]][[ Category: arma3diag: Scripting Commands | DIAG DRAWMODE]]

Notes

Posted on September 6, 2016 - 07:36 (UTC)
Kju
Currently A3 dev branch, diag.exe, version 1.65.138249 has no drawModes available: diag_list "drawMode" -> []
Posted on August 21, 2018 - 14:45 (UTC)
kllrt
Since rev. 144956 of diag.exe this parameter should work with these modes:
  • Normal
  • Roadway
  • Geometry
  • ViewGeometry
  • FireGeometry
  • Paths
  • ShadowVolume
  • ShadowBuffer
  • Buoyancy

Bottom Section