stop_animation function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId, ffi.Int)>(
symbol: '_stop_animation', assetId: 'thermion_dart')
external void stop_animation(
ffi.Pointer<ffi.Void> sceneManager,
int entity,
int index,
);