Files
RCBASIC4/doc/files/getparticletype.html
2024-12-14 15:28:03 -05:00

43 lines
703 B
HTML

<!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>