Function GetSpriteShape(spr_id)
Returns the shape of a sprite.
Possible Shapes
-
SPRITE_SHAPE_NONE
-
SPRITE_SHAPE_BOX - A rectangular shape
-
SPRITE_SHAPE_POLYGON - A polygon (any shape with 3 or more sides)
-
SPRITE_SHAPE_CIRCLE - A circle
-
SPRITE_SHAPE_CHAIN - A open polygon shape
-
NOTE: Mainly used for terrain
Related:
SetSpriteShape