Files
RCBASIC4/doc/doc_files/removeprojectoreffectactor.html
2026-03-03 19:29:04 -06:00

27 lines
700 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>RemoveProjectorEffectActor [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub RemoveProjectorEffectActor(actor, tgt_index) </h2></p>
<p>
Removes an effect actor from a projector.
</p>
<p>
NOTE: Removing an effect actor will change the order of other effect actors so you will need to get the new index for other effect actors.
</p>
<p>
Refer to the included Projector Demo for an example
</p>
<br><p>Related:
<a href="addprojectoreffectactor.html">AddProjectorEffectActor</a>
</p>
<p>
</p>
</body>
</html>