diag drawMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed external link formatting)
No edit summary
Line 35: Line 35:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<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>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 09:36, 6 September 2016


Hover & click on the images for description

Description

Description:
Activates specific debug visualization.
Groups:
Uncategorised

Syntax

Syntax:
diag_drawMode "type"
Parameters:
section: name - 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

Bottom Section

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