Updated docs
This commit is contained in:
49
doc/files/getactorcollisionshape.html
Normal file
49
doc/files/getactorcollisionshape.html
Normal 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>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>
|
||||
SHAPE_TYPE_NONE
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_BOX
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_SPHERE
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_CYLINDER
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_CAPSULE
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_CONE
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_CONVEXHULL
|
||||
</li>
|
||||
<li>
|
||||
SHAPE_TYPE_TRIMESH
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="setactorcollisionshape.html">SetActorCollisionShape</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user