Files
RCBASIC4/doc/doc_files/getactorcurrentanimation.html
2026-02-26 15:33:51 -06:00

25 lines
607 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>
</p>
</body>
</html>