Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1107
export
function
createGameRuntime(config: GameRuntimeConfig): GameRuntime {
1108
return
new
GameRuntime(config);
1109
}
Callers
2
initialize
Method · 0.90
initialize
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected