Updated docs

This commit is contained in:
n00b
2024-12-14 15:28:03 -05:00
parent f392bdebfc
commit 6b8f078291
1064 changed files with 25228 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>getParticleType [RCBasic Doc] </title>
</head>
<body>
<p><h2>function getParticleType( actor ) </h2></p>
<p>
Returns the particle type
</p>
<p>
Possible Particle Types
</p>
<ul>
<li>
PARTICLE_TYPE_POINT
</li>
<li>
PARTICLE_TYPE_BOX
</li>
<li>
PARTICLE_TYPE_SPHERE
</li>
<li>
PARTICLE_TYPE_CYLINDER
</li>
<li>
PARTICLE_TYPE_MESH
</li>
<li>
PARTICLE_TYPE_RING
</li>
</ul>
<br><p>Related:
<a href="createparticleactor.html">CreateParticleActor</a>
</p>
<p>
</body>
</html>