DISTANCE_* Constant Group
From NWN Lexicon
Jump to navigationJump to searchDistances used for determining positions.
The main use by Bioware of this is in the animation include file x0_i0_anims, and internally in the function GetRandomLocation.
Requirements
#include "x0_i0_position"
Constants
Constant | Value | Description | |
---|---|---|---|
DISTANCE_HUGE | 20.0 |
| |
DISTANCE_LARGE | 10.0 |
| |
DISTANCE_MEDIUM | 5.0 |
| |
DISTANCE_SHORT | 3.0 |
| |
DISTANCE_TINY | 1.0 |
|
See Also
functions: |