AnimActionFindPlaceable(float)
From NWN Lexicon
Find a placeable within the given float distance and interact with it.
int AnimActionFindPlaceable( float fMaxDistance );
Contents |
[edit] Parameters
- fMaxDistance
- The DISTANCE_* constant corresponding to the maximum distance to look for an object to interact with.
[edit] Description
Find a placeable within the given distance and interact with it.
[edit] Remarks
Though fMaxDistance is stated as the "distance", it is not referenced in the actual function. Where I thought to find fMaxDistance referenced I instead found DISTANCE_SHORT.
[edit] Requirements
#include "x0_i0_anims"
[edit] Version
???
[edit] See Also
functions: | AnimActionStopInteracting |
author: Baragg, editor: Mistress