diag drawMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *gr([0-9]) *= *Diagnosis * " to "|gr$1= Diagnostic ")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3diag
|game1= arma3diag


|1.86
|version1= 1.86


|gr1= Diagnostic
|gr1= Diagnostic


| Activates specific debug visualization.
|descr= Activates specific debug visualization.


| [[diag_drawMode]] type
|s1= [[diag_drawMode]] type


|p1= type: [[String]] - Type of visualization<br>
|p1= type: [[String]] - Type of visualization. Can be:<br>
* "Normal"
* "Normal"
* "Roadway"
* "Roadway"
Line 22: Line 22:
* "Buoyancy"
* "Buoyancy"


| [[Nothing]]
|r1= [[Nothing]]
   
   
|x1= <code>[[diag_drawMode]] "normal"</code>
|x1= <code>[[diag_drawMode]] "normal"</code>
Line 28: Line 28:
|seealso= [[diag_list]]
|seealso= [[diag_list]]
}}
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Revision as of 00:54, 29 March 2021

-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:
Diagnostic

Syntax

Syntax:
diag_drawMode type
Parameters:
type: String - Type of visualization. Can be:
  • "Normal"
  • "Roadway"
  • "Geometry"
  • "ViewGeometry"
  • "FireGeometry"
  • "Paths"
  • "ShadowVolume"
  • "ShadowBuffer"
  • "Buoyancy"
Return Value:
Nothing

Examples

Example 1:
diag_drawMode "normal"

Additional Information

See also:
diag_list

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]]