buldozer isEnabledRoadDiag: Difference between revisions

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 - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.?|Game version=
|1.?


|gr1= System |GROUP1=
|gr1= System


| Returns if road diagnostics are enabled in buldozer.  {{TODO|Check when it was introduced and change categories accordingly}}|DESCRIPTION=
| Returns if road diagnostics are enabled in buldozer.  {{TODO|Check when it was introduced and change categories accordingly}}


| [[buldozer_IsEnabledRoadDiag]] |SYNTAX=
| [[buldozer_IsEnabledRoadDiag]]


| [[Boolean]] - [[true]] if enabled, otherwise [[false]] |RETURNVALUE=
| [[Boolean]] - [[true]] if enabled, otherwise [[false]]
   
   
|x1= <code>_isEnabled = [[buldozer_IsEnabledRoadDiag]];</code> |EXAMPLE1=
|x1= <code>_isEnabled = [[buldozer_IsEnabledRoadDiag]];</code>


| [[buldozer_LoadNewRoads]] [[buldozer_EnableRoadDiag]] |SEEALSO=
| [[buldozer_LoadNewRoads]] [[buldozer_EnableRoadDiag]]
}}
}}



Revision as of 01:02, 18 January 2021

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_isEnabled = buldozer_IsEnabledRoadDiag;

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

Bottom Section