Files
RCBASIC4/doc/doc_files/getactorshape.html
2025-08-13 19:20:25 -05:00

49 lines
755 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetActorShape [RCBasic Doc] </title>
</head>
<body>
<p><h2>function GetActorShape(actor) </h2></p>
<p>
Returns the shape of an actor
</p>
<p>
Possible Actor Shapes
</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="setactorshape.html">SetActorShape</a>
</p>
<p>
</body>
</html>