24 lines
529 B
HTML
24 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetParticleCenter [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetParticleCenter( actor, ByRef x, ByRef y, ByRef z) </h2></p>
|
|
<p>
|
|
Gets the center of a particle emitter
|
|
</p>
|
|
<p>
|
|
Note: applies to Sphere, Cylinder, and Ring emitters
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setparticlecenter.html">SetParticleCenter</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |