Added new functions to documentation

This commit is contained in:
n00b87
2025-08-13 19:20:25 -05:00
parent 6ad655f40d
commit 4b2f517de4
152 changed files with 8947 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#title GetSpriteShape [RCBasic Doc]
#header Function GetSpriteShape(spr_id)
Returns the shape of a sprite.
Possible Shapes
#list ul
#li SPRITE_SHAPE_NONE
#li SPRITE_SHAPE_BOX - A rectangular shape
#li SPRITE_SHAPE_POLYGON - A polygon (any shape with 3 or more sides)
#li SPRITE_SHAPE_CIRCLE - A circle
#li SPRITE_SHAPE_CHAIN - A open polygon shape
#list ul
#li NOTE: Mainly used for terrain
#/list
#/list
#ref SetSpriteShape