Open Dev Kit Documentation :: Game :: Actor Pose :: Constructor
Game.ActorPose._New2( Name String, Speed Float, Time Float, Limit Integer, End Time Float, Duration Float )
Parameters
- Name String
- Name of pose
- Speed Float
- Animation time multiplication factor of the pose
- Time Float
- Starting pose sequence time
- Limit Integer
- Number of times the pose can play before being removed automatically, or 0 for ongoing
- End Time Float
- Time at which sequence should prematurely end
- Duration Float
- Pose sequence duration
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
