Documentation

Play Pose - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Actor :: Play Pose

Game.Actor.PlayPose(
  Name String,
  Speed Float,
  Duration Float,
  Limit Integer,
  Start Time Float,
  End Time Float
) 
Play a pose sequence with the actor or replace it if it already exists

Parameters

Name String
Name of pose to play
Speed Float
Animation time multiplication factor of the pose, unless Time parameter is set then this must be 0
Duration Float
Desired duration of one sequence iteration or 0 to rely on Speed parameter
Limit Integer
Number of times the pose can play before being removed automatically, or 0 for ongoing
Start Time Float
Starting pose sequence time
End Time Float
Ending pose sequence time

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page