diag drawMode: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Remove arma3dev) |
||
Line 3: | Line 3: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma3 |Game name= | ||
|1. | |1.86|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 12: | Line 12: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[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"> | <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> | ||
<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 | Since rev. 144956 of diag.exe this parameter should work with these modes: | ||
Normal | * Normal | ||
Roadway | * Roadway | ||
Geometry | * Geometry | ||
ViewGeometry | * ViewGeometry | ||
FireGeometry | * FireGeometry | ||
Paths | * Paths | ||
ShadowVolume | * ShadowVolume | ||
ShadowBuffer | * ShadowBuffer | ||
Buoyancy | * Buoyancy | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
< | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] |
Revision as of 23:42, 24 March 2020
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
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