MCPcopy
hub / github.com/4ian/GDevelop / getVariablesForExtension

Method getVariablesForExtension

GDevelop.js/TestUtils/GDJSMocks.js:815–817  ·  view source on GitHub ↗
(extensionName)

Source from the content-addressed store, hash-verified

813 }
814
815 getVariablesForExtension(extensionName) {
816 return this._variablesByExtensionName.get(extensionName) || null;
817 }
818
819 getEventsBasedObjectData(type) {
820 const eventsBasedObjectData = this._eventsBasedObjectDatas.get(type);

Calls 1

getMethod · 0.65

Tested by

no test coverage detected