Skip to main content

GameStart

Callable

  • GameStart(isNode): Promise<void>

  • Start BC after the webpage has fully loaded


    Parameters

    • isNode: boolean = false

      Whether BC is run through the browser or via Node (i.e. the testing suite)

    Returns Promise<void>