|
The syntax of the API command that causes the actor to
act a desired motion is as follows:
CTPluginAPI.Play( Motion Name, Boolean, Delay Time);
-
Play:
This is the API command to have the actor to perform a specific motion. It is case sensitive.
-
Motion Name: Type in the name of the motions
that have been applied to the actor to have the
actor performs the specific motion.
|
Note:
|
|
Please note that the named motions must be in the animation list of the
actor.
|
-
Boolean: This is a Boolean value. Set it to
True to loop the motion.
-
Delay Time: The time (in floating type) for the scene to start
playing the selected motion.
|