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

Function LC

app/views/editor/component/ThangComponentsEditView.js:33–37  ·  view source on GitHub ↗
(componentName, config)

Source from the content-addressed store, hash-verified

31const CocoCollection = require('collections/CocoCollection')
32
33const LC = (componentName, config) => ({
34 original: LevelComponent[componentName + 'ID'],
35 majorVersion: 0,
36 config
37})
38const DEFAULT_COMPONENTS = {
39 Unit: [LC('Equips'), LC('FindsPaths')],
40 Hero: [LC('Equips'), LC('FindsPaths')],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected