SHAPE_* Constant Group

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



Constants

ConstantValueDescription
SHAPE_CONE1
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_CUBE2
A cube.
SHAPE_SPELLCONE3
Presumably, a cone. The difference(s) between SHAPE_CONE and SHAPE_SPELLCONE are unkown. Their constant values are, however, definitely different.
SHAPE_SPELLCYLINDER0
A cylinder.
SHAPE_SPHERE4
A sphere.

See Also

functions: GetFirstObjectInShape | GetNextObjectInShape