24 lines
501 B
HTML
24 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetParticleMaxLife [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetParticleMaxLife( actor, maxLife) </h2></p>
|
|
<p>
|
|
Sets the max life of the particle emission
|
|
</p>
|
|
<p>
|
|
Note: maxLife is in milliseconds
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getparticlemaxlife.html">GetParticleMaxLife</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |