[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
|
|
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
|
|
SHAPE_SPHERE
|
4
|
|
[edit] See Also