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

Method openMap

app/views/editor/level/treema_nodes.js:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 openMap () {
59 const modal = new WorldSelectModal({ world: this.settings.world, dataType: 'point', default: this.getData(), supermodel: this.settings.supermodel })
60 modal.callback = this.callback
61 return this.settings.view.openModalView(modal)
62 }
63
64 callback (e) {
65 if ((e != null ? e.point : undefined) == null) { return }

Callers 1

onClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected