nearestBuilding
Jump to navigation
Jump to search
Description
- Description:
- Nearest building to given object.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_nBuilding = nearestBuilding player
Additional Information
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
Notes
- Posted on 25 Feb, 2007
- Dr_Eyeball
- Static type "Church" is not found by nearestBuilding, (even you may have expected it to be classed as a "Building", it's not related unfortunately). Use nearestObject [player, "Church"] instead.