22 lines
650 B
HTML
22 lines
650 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ActorIsInTransition [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function ActorIsInTransition( actor ) </h2></p>
|
|
<p>
|
|
Returns true if actor is in a transition from its current frame to the frame set in the StartActorTransition() function
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="startactortransition.html">StartActorTransition</a>
|
|
<a href="stopactortransition.html">StopActorTransition</a>
|
|
<a href="getactortransitiontime.html">GetActorTransitionTime</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |