Function Tween.stop

Stops a tween, given its object and property/method pair. By default, all tweens are stopped, unless key is specified.

bool stop (
  GodotObject object,
  const(String) key = GodotStringLiteral().str()
) nothrow @nogc;