49 lines
792 B
HTML
49 lines
792 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetActorCollisionShape [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function GetActorCollisionShape(actor) </h2></p>
|
|
<p>
|
|
Returns the actor's collision shape
|
|
</p>
|
|
<p>
|
|
Possible values:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
ACTOR_SHAPE_NONE
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_BOX
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_SPHERE
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_CYLINDER
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_CAPSULE
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_CONE
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_CONVEXHULL
|
|
</li>
|
|
<li>
|
|
ACTOR_SHAPE_TRIMESH
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="setactorcollisionshape.html">SetActorCollisionShape</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |