MCPcopy Create free account
hub / github.com/codecombat/codecombat / getRenderData

Method getRenderData

app/views/play/SpectateView.js:140–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 getRenderData () {
141 const c = super.getRenderData()
142 c.world = this.world
143 return c
144 }
145
146 afterRender () {
147 if (typeof window.onPlayLevelViewLoaded === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected