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

Function play

src/scripting/api/Player/Player.ts:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 * Requests the player to start playing.
101 */
102 export function play():void {
103 __pchannel("Player::action", {
104 "action":"play"
105 });
106 }
107
108 /**
109 * Requests the player to pause

Callers

nothing calls this directly

Calls 1

__pchannelFunction · 0.85

Tested by

no test coverage detected