Updated docs
This commit is contained in:
22
doc/files/actorisintransition.html
Normal file
22
doc/files/actorisintransition.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user