MCPcopy
hub / github.com/4ian/GDevelop / getAnimationIndex

Method getAnimationIndex

GDJS/Runtime/spriteruntimeobject.ts:356–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 }
355
356 getAnimationIndex(): integer {
357 return this._animator.getAnimationIndex();
358 }
359
360 getAnimationName(): string {
361 return this._animator.getAnimationName();

Callers 1

getAnimationMethod · 0.95

Calls 1

getAnimationIndexMethod · 0.65

Tested by

no test coverage detected