21 lines
435 B
HTML
21 lines
435 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetActorCollision [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function GetActorCollision(actor1, actor2) </h2></p>
|
|
<p>
|
|
Returns true if 2 actors collide
|
|
</p>
|
|
<p>
|
|
Note: This function will work with solid and non solid actors
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |