24 lines
573 B
HTML
24 lines
573 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetActorFrame [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetActorFrame( actor, frame ) </h2></p>
|
|
<p>
|
|
Sets the current frame of an actor
|
|
</p>
|
|
<p>
|
|
Note: This function will set the actor's animation to 0 which is a default 1 frame animation that is created when the actor is created.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getactorframe.html">GetActorFrame</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |