stopAnimation

Script::stopAnimation

Stops an Animation of an Entity.

Declaration

void stopAnimation(Entity entity);

Parameters

Name

Type

Description

entity

Entity

The Entity to stop the Animation of. It must have a Renderable Component.

Returns

None.