buldozer loadNewRoads: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Rename)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|displayTitle= buldozer_loadNewRoads


|game1= arma3
|game1= arma3
Line 16: Line 14:
|r1= [[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]]
|seealso= [[buldozer_reloadOperMap]]
}}
}}

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