nearestBuilding

From Bohemia Interactive Community
Revision as of 09:53, 25 February 2007 by Dr Eyeball (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Nearest building to given object.
Groups:
Uncategorised

Syntax

Syntax:
nearestBuilding obj
Parameters:
obj: Object
Return Value:
Object

Examples

Example 1:
_nBuilding = nearestBuilding player

Additional Information

See also:
nearestObjectnearestObjectsnearObjectsnearestObject type

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.

Bottom Section