Shape

From NWN Lexicon

[edit] SHAPE_* Constant Group

SHAPE_* constants are used in the GetFirstObjectInShape() and GetNextObjectInShape() functions.



[edit] Constants

Constant Value Description
SHAPE_CONE 1
A cone. The difference(s) between SHAPE_CONE and SHAPE_SPELLCONE are unkown. Their constant values are, however, definitely different. SHAPE_CONE is used in only one spell script: nw_s1_krenscare.nss.
SHAPE_CUBE 2
A cube.
SHAPE_SPELLCONE 3
Presumably, a cone. The difference(s) between SHAPE_CONE and SHAPE_SPELLCONE are unkown. Their constant values are, however, definitely different.
SHAPE_SPELLCYLINDER 0
A cylinder.
SHAPE_SPHERE 4
A sphere.


[edit] See Also

functions: 

GetNextObjectInShape


Personal tools
Categories