Added new functions to documentation

This commit is contained in:
n00b87
2025-08-13 19:20:25 -05:00
parent 6ad655f40d
commit 4b2f517de4
152 changed files with 8947 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<!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>