diag drawMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Remove arma3dev)
Line 3: Line 3:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |Game name=
| arma3 |Game name=


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


Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''diag_drawMode''' type |SYNTAX=
| [[diag_drawMode]] type |SYNTAX=


|p1= type: [[String]] - Type of visualization |PARAMETER1=
|p1= type: [[String]] - Type of visualization |PARAMETER1=
Line 23: Line 23:


| [https://resources.bisimulations.com/wiki/diag_drawmode VBS diag_drawmode], [https://resources.bisimulations.com/wiki/setDrawMode VBS setDrawMode]  |SEEALSO=
| [https://resources.bisimulations.com/wiki/diag_drawmode VBS diag_drawmode], [https://resources.bisimulations.com/wiki/setDrawMode VBS setDrawMode]  |SEEALSO=
}}
}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dl class="command_description">
<dd class="notedate">Posted on September 6, 2016 - 07:36 (UTC)</dd>
<dd class="notedate">Posted on September 6, 2016 - 07:36 (UTC)</dd>
Line 44: Line 32:
Currently A3 dev branch, diag.exe, version 1.65.138249 has no drawModes available:
Currently A3 dev branch, diag.exe, version 1.65.138249 has no drawModes available:


<code>diag_list "drawMode" -> []</code>
<code>[[diag_list]] "drawMode" -> []</code>
</dd>
</dd>
</dl>
<!-- DISCONTINUE Notes -->


<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on August 21, 2018 - 14:45 (UTC)</dd>
<dd class="notedate">Posted on August 21, 2018 - 14:45 (UTC)</dd>
<dt class="note">[[User:kllrt|kllrt]]</dt>
<dt class="note">[[User:kllrt|kllrt]]</dt>
<dd class="note">
<dd class="note">
Since rev. 144956 of diag.exe this parameter should work with there modes:<br>
Since rev. 144956 of diag.exe this parameter should work with these modes:
Normal<br>
* Normal
Roadway<br>
* Roadway
Geometry<br>
* Geometry
ViewGeometry<br>
* ViewGeometry
FireGeometry<br>
* FireGeometry
Paths<br>
* Paths
ShadowVolume<br>
* ShadowVolume
ShadowBuffer<br>
* ShadowBuffer
Buoyancy<br>
* Buoyancy
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Revision as of 00:42, 25 March 2020


Hover & click on the images for description

Description

Description:
Activates specific debug visualization.
Command is only available when using Arma 3 Diagnostics Exe on Dev-Branch.
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

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