Files
RCBASIC4/doc/files/stopactortransition.html
2024-12-14 15:28:03 -05:00

21 lines
520 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>StopActorTransition [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub StopActorTransition( actor ) </h2></p>
<p>
Stops a transition that was started with StartActorTransition
</p>
<br><p>Related:
<a href="startactortransition.html">StartActorTransition</a>
<a href="actorisintransition.html">ActorIsInTransition</a>
</p>
<p>
</body>
</html>