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,31 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetActorAnimation [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetActorAnimation( actor, animation, num_loops) </h2></p>
<p>
Sets the current animation for an actor to start playing
</p>
<p>
Notes on num_loops
</p>
<ol>
<li>
<b>num_loops</b> is the number of times to loop the animation after its done playing. To play the animation once, set num_loops to 0.
</li>
<li>
To loop an animation infinitely, set num_loops to -1
</li>
</ol>
<br><p>Related:
<a href="createactoranimation.html">CreateActorAnimation</a>
</p>
<p>
</body>
</html>