MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / pause

Function pause

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

Source from the content-addressed store, hash-verified

109 * Requests the player to pause
110 */
111 export function pause():void {
112 __pchannel("Player::action", {
113 "action":"pause"
114 });
115 }
116
117 /**
118 * Seeks to a position (in milliseconds from start)

Callers

nothing calls this directly

Calls 1

__pchannelFunction · 0.85

Tested by

no test coverage detected