* Added some new physics functions * Added new documentation * Added some auto checks for OS to rc_os_defines.h * Fixed bugs on settting and getting position of sprites
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
#title GetSpriteAABB [RCBasic Doc]
|
|
#header sub GetSpriteAABB( spr_id, ByRef x1, ByRef y1, ByRef x2, ByRef y2 )
|
|
|
|
Returns the axis aligned bounding box for a sprite
|