Difference between revisions of "buldozer loadNewRoads"

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
+
{{RV|type=command
____________________________________________________________________________________________
 
  
| arma3 |= Game name
+
|game1= arma3
 +
|version1= 0.50
  
|0.50|= Game version
+
|gr1= System
____________________________________________________________________________________________
 
  
| Generates new roads. Working only in buldozer. |= Description
+
|descr= Generates new roads. Working only in [[Oxygen Viewer|buldozer]].
____________________________________________________________________________________________
 
  
| '''buldozer_LoadNewRoads''' path |= Syntax
+
|s1= [[buldozer_loadNewRoads]] path
  
|p1= path: [[String]] |= PARAMETER1
+
|p1= path: [[String]]
  
| [[Boolean]] |= RETURNVALUE
+
|r1= [[Boolean]]
  
 +
|x1= <sqf>_loaded = buldozer_loadNewRoads "C:/A3/Map_Stratis/data/roads/"</sqf>
  
|x1= <code>result = buldozer_LoadNewRoads "C:/A3/Map_Stratis/data/roads/"</code>|= EXAMPLE1
+
|seealso= [[buldozer_reloadOperMap]]
 
 
____________________________________________________________________________________________
 
 
 
|  |= 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|{{uc:{{PAGENAME}}}}]]
 

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Generates new roads. Working only in buldozer.
Groups:
System

Syntax

Syntax:
buldozer_loadNewRoads path
Parameters:
path: String
Return Value:
Boolean

Examples

Example 1:
_loaded = buldozer_loadNewRoads "C:/A3/Map_Stratis/data/roads/"

Additional Information

See also:
buldozer_reloadOperMap

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