MCPcopy Create free account
hub / github.com/esengine/esengine / createGameRuntime

Function createGameRuntime

packages/runtime-core/src/GameRuntime.ts:1107–1109  ·  view source on GitHub ↗
(config: GameRuntimeConfig)

Source from the content-addressed store, hash-verified

1105 * Create game runtime instance
1106 */
1107export function createGameRuntime(config: GameRuntimeConfig): GameRuntime {
1108 return new GameRuntime(config);
1109}

Callers 2

initializeMethod · 0.90
initializeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected