24 lines
498 B
HTML
24 lines
498 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetSpriteBullet [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetSpriteBullet( spr_id, flag) </h2></p>
|
|
<p>
|
|
Sets whether body has continuous collision detection
|
|
</p>
|
|
<p>
|
|
Note: Useful for fast moving objects
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="spriteisbullet.html">SpriteIsBullet</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |