diag drawMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (command group: Diagnosis)
mNo edit summary
Line 3: Line 3:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |Game name=
| arma3diag |Game name=


|1.86|Game version=
|1.86|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Activates specific debug visualization.
| Activates specific debug visualization.|DESCRIPTION=
{{warning|Command is only available when using [[Arma 3 Diagnostics Exe|Arma 3 Diagnostics Exe]] on Dev-Branch.}}|DESCRIPTION=


command group: Diagnosis
command group: Diagnosis

Revision as of 15:42, 15 September 2020


-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