nearestBuilding: Difference between revisions
Jump to navigation
Jump to search
Dr Eyeball (talk | contribs) No edit summary |
Dr Eyeball (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
<dd class="notedate">Posted on 25 Feb, 2007</dd> | <dd class="notedate">Posted on 25 Feb, 2007</dd> | ||
<dt class="note">[[User:Dr_Eyeball|Dr_Eyeball]]</dt><dd class="note"> | <dt class="note">[[User:Dr_Eyeball|Dr_Eyeball]]</dt><dd class="note"> | ||
Static type "Church" is not found by ''nearestBuilding'', (although | 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. | ||
</dd> | </dd> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 08:53, 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, (although it is derived from class "Building", it's not found for some reason, unfortunately). Use nearestObject [player, "Church"] instead.