nearestBuilding: Difference between revisions
Jump to navigation
Jump to search
Dr Eyeball (talk | contribs) No edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''nearestBuilding''' | | [[Object#Building|Building]] <nowiki>=</nowiki> '''nearestBuilding''' [[Object]]|= Syntax | ||
| [[Object]] |= Return value | | [[Object]] |= Return value |
Revision as of 08:39, 28 August 2007
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, (although it is derived from class "Building", it's not found for some reason, unfortunately). Use nearestObject [player, "Church"] instead.