24 lines
600 B
HTML
24 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetActorCurrentAnimation [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function GetActorCurrentAnimation(actor) </h2></p>
|
|
<p>
|
|
Returns the current animation set on an actor
|
|
</p>
|
|
<p>
|
|
Note: Current animation will be 0 if the actor's frame was set with SetActorFrame()
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setactoranimation.html">SetActorAnimation</a>
|
|
<a href="setactorframe.html">SetActorFrame</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |