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

Method play

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

Source from the content-addressed store, hash-verified

2
3export interface IPlayer {
4 play():void;
5 pause():void;
6 seek(position:number):void;
7 jump(item:string):void;

Callers 9

Host.jsFile · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
playMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
resumeFunction · 0.65
bindFunction · 0.65

Implementers 1

Playersrc/scripting/host/Player/Player.ts

Calls

no outgoing calls

Tested by

no test coverage detected