DestroyNearestObjectByTag
From NWN Lexicon
Jump to navigationJump to search
DestroyNearestObjectByTag(string, object, float)
Destroy the nearest object in the source's area by tag.
Parameters
sTag
The tag you are interested in.
oSource
An object in the area you are interested in. (Default: OBJECT_SELF)
fDelay
Delay (in seconds) before object is destroyed. (Default: 0.1)
Description
Destroys the nearest object in oSource's area whose tag matches sTag.
Remarks
This is a wrapper for GetNearestObjectByTag works, it will not search for a match outside of the area that oSource is in.
Requirements
#include " x0_i0_destroy "
Version
???
See Also
functions: |
author: Mistress