enableDiagLegend: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(22 intermediate revisions by 2 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


|gr1= Diagnosis |GROUP1=
|descr= Enable or disable the legend for diagnostics. '''Internal dev only!'''
____________________________________________________________________________________________


| Enable or disable the legend for diagnostics. '''Internal dev only!''' |DESCRIPTION=
|s1= [[enableDiagLegend]] enable
____________________________________________________________________________________________


| '''enableDiagLegend''' enable|SYNTAX=
|p1= enable: [[Boolean]]


|p1= enable: [[Boolean]] |=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=  
|x1= <sqf>enableDiagLegend false;</sqf>


 
|seealso= [[diag_fpsMin]] [[diag_frameNo]] [[diag_log]] [[diag_tickTime]]
|x1= <code>[[enableDiagLegend]] [[false]];</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[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>
{{GameCategory|arma3|New_Scripting_Commands_List}}
{{GameCategory|arma3|Scripting Commands}}
[[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