buldozer loadNewRoads: 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> <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:buldozer_LoadNewRoads}}
{{RV|type=command
{{Command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= System
|gr1= System


|descr= Generates new roads. Working only in [[Oxygen Viewer|buldozer]].


| Generates new roads. Working only in [[Oxygen Viewer|buldozer]].
|s1= [[buldozer_loadNewRoads]] path
 
| '''buldozer_LoadNewRoads''' path


|p1= path: [[String]]
|p1= path: [[String]]


| [[Boolean]]
|r1= [[Boolean]]
 


|x1= <code>result = buldozer_LoadNewRoads "C:/A3/Map_Stratis/data/roads/"</code>
|x1= <sqf>_loaded = buldozer_loadNewRoads "C:/A3/Map_Stratis/data/roads/"</sqf>


 
|seealso= [[buldozer_reloadOperMap]]
| [[buldozer reloadOperMap]]
 
|
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
[[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