MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / stop

Method stop

src/scripting/api/Tween/Tween.ts:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 public stop():void {
111 if (!this._isPlaying) {
112 return;
113 }
114 this.gotoAndStop(this._currentTime);
115 }
116
117 public gotoAndStop(position:number):void {
118 this._currentTime = position;

Callers 2

_onTimerEventMethod · 0.95
togglePauseMethod · 0.95

Calls 1

gotoAndStopMethod · 0.95

Tested by

no test coverage detected