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

Method pause

src/scripting/host/IScripter.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export interface IPlayer {
4 play():void;
5 pause():void;
6 seek(position:number):void;
7 jump(item:string):void;
8 addEventListener(eventName:string, listener:Function):void;

Callers 2

Host.jsFile · 0.65
stopFunction · 0.65

Implementers 1

Playersrc/scripting/host/Player/Player.ts

Calls

no outgoing calls

Tested by

no test coverage detected