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

Function alert

src/scripting/api/Runtime/Runtime.ts:293–295  ·  view source on GitHub ↗
(msg:string)

Source from the content-addressed store, hash-verified

291 * @param {string} msg - message for alert
292 */
293 export function alert(msg:string):void {
294 __achannel("Runtime::alert", "::Runtime", msg);
295 }
296}

Callers 3

Host.jsFile · 0.85
bindFunction · 0.85
bscript.jsFile · 0.85

Calls 1

__achannelFunction · 0.85

Tested by

no test coverage detected