Skip to main content

Entity::setAnimSpeed

Syntax​

```js entity.setAnimSpeed(animDictionary, animName, speedMultiplier); ```

Required Arguments​

  • animDictionary: String
  • animName: String
  • speedMultiplier: float

Return value​

  • Undefined

Example​

```js // todo ```

See also​