enableDiagLegend: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.12|= Game version _________________...")
 
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.12


|1.12|= Game version
|gr1= Diagnostic
____________________________________________________________________________________________


| Enable or disable the legend for diagnotic. |= Description
|descr= Enable or disable the legend for diagnostics. '''Internal dev only!'''
____________________________________________________________________________________________


| '''enableDiagLegend''' Bool|= Syntax
|s1= [[enableDiagLegend]] enable


|p1= Bool : [[Boolean]] |=
|p1= enable: [[Boolean]]


| [[Nothing]] |= RETURNVALUE
|r1= [[Nothing]]


|x1= <sqf>enableDiagLegend false;</sqf>


|x1= <code>enableDiagLegend false</code>|= EXAMPLE1
|seealso= [[diag_fpsMin]] [[diag_frameNo]] [[diag_log]] [[diag_tickTime]]
 
____________________________________________________________________________________________
 
|  |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:10, 5 May 2022

Hover & click on the images for description

Description

Description:
Enable or disable the legend for diagnostics. Internal dev only!
Groups:
Diagnostic

Syntax

Syntax:
enableDiagLegend enable
Parameters:
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
enableDiagLegend false;

Additional Information

See also:
diag_fpsMin diag_frameNo diag_log diag_tickTime

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