diag drawMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
| [[diag_drawMode]] type |SYNTAX=
| [[diag_drawMode]] type |SYNTAX=


|p1= type: [[String]] - Type of visualization |PARAMETER1=
|p1= type: [[String]] - Type of visualization<br>
* "Normal"
* "Roadway"
* "Geometry"
* "ViewGeometry"
* "FireGeometry"
* "Paths"
* "ShadowVolume"
* "ShadowBuffer"
* "Buoyancy" |PARAMETER1=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
Line 25: Line 34:
| [[diag_list]]  |SEEALSO=
| [[diag_list]]  |SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dd class="notedate">Posted on September 6, 2016 - 07:36 (UTC)</dd>
<dt class="note">[[User:Kju|Kju]]</dt>
<dd class="note">
Currently A3 dev branch, diag.exe, version 1.65.138249 has no drawModes available:
<code>[[diag_list]] "drawMode" -> []</code>
</dd>
<dd class="notedate">Posted on August 21, 2018 - 14:45 (UTC)</dd>
<dt class="note">[[User:kllrt|kllrt]]</dt>
<dd class="note">
Since rev. 144956 of diag.exe this parameter should work with these modes:
* Normal
* Roadway
* Geometry
* ViewGeometry
* FireGeometry
* Paths
* ShadowVolume
* ShadowBuffer
* Buoyancy
</dd>
</dl>
<h3 style="display:none">Bottom Section</h3>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Revision as of 15:44, 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
  • "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]]