Updated docs
This commit is contained in:
31
doc/files/setactoranimation.html
Normal file
31
doc/files/setactoranimation.html
Normal 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>
|
||||
Reference in New Issue
Block a user