23 lines
519 B
HTML
23 lines
519 B
HTML
<!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> |