Added sprite shape functions
This commit is contained in:
23
doc/doc_files/getspriteboxsize.html
Normal file
23
doc/doc_files/getspriteboxsize.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>GetSpriteBoxSize [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Sub GetSpriteBoxSize(spr_id, ByRef w, ByRef h) </h2></p>
|
||||
<p>
|
||||
Returns the size of the collision box on a sprite.
|
||||
</p>
|
||||
<p>
|
||||
NOTE: Returns (-1, -1) if the collision shape is not a box
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="setspritebox.html">SetSpriteBox</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user