Difference between revisions of "buldozer isEnabledRoadDiag"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) += +\[\[([a-zA-Z0-9_]+)\]\] *;?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
+
{{RV|type=command
  
| ofp |Game name=
+
|game1= arma3
  
|1.?|Game version=
+
|version1= 1.26
  
|gr1= System |GROUP1=
+
|gr1= System
  
| Returns if road diagnostics are enabled in buldozer. {{TODO|Check when it was introduced and change categories accordingly}}|DESCRIPTION=
+
|descr= Returns if road diagnostics are enabled in buldozer.
  
| [[buldozer_IsEnabledRoadDiag]] |SYNTAX=
+
|s1= [[buldozer_isEnabledRoadDiag]]
  
| [[Boolean]] - [[true]] if enabled, otherwise [[false]] |RETURNVALUE=
+
|r1= [[Boolean]] - [[true]] if enabled, otherwise [[false]]
 
 
|x1= <code>_isEnabled = [[buldozer_IsEnabledRoadDiag]];</code> |EXAMPLE1=
 
  
| [[buldozer_LoadNewRoads]] [[buldozer_EnableRoadDiag]] |SEEALSO=
+
|x1= <sqf>_isEnabled = buldozer_isEnabledRoadDiag;</sqf>
 +
 
 +
|seealso= [[buldozer_loadNewRoads]] [[buldozer_enableRoadDiag]]
 
}}
 
}}
 
<h3 style="display:none">Bottom Section</h3>
 
 
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
 
{{GameCategory|arma1|Scripting Commands}}
 
{{GameCategory|arma2|Scripting Commands}}
 
{{GameCategory|arma3|Scripting Commands}}
 
{{GameCategory|tkoh|Scripting Commands}}
 

Latest revision as of 22:28, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns if road diagnostics are enabled in buldozer.
Groups:
System

Syntax

Syntax:
buldozer_isEnabledRoadDiag
Return Value:
Boolean - true if enabled, otherwise false

Examples

Example 1:

Additional Information

See also:
buldozer_loadNewRoads buldozer_enableRoadDiag

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