nearestBuilding: Difference between revisions
Jump to navigation
Jump to search
m (add. see also) |
Dr Eyeball (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 25 Feb, 2007</dd> | |||
<dt class="note">[[User:Dr_Eyeball|Dr_Eyeball]]</dt><dd class="note"> | |||
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. | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 08:49, 25 February 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, (even you may have expected it to be classed as a "Building", it's not related unfortunately). Use nearestObject [player, "Church"] instead.