MCPcopy Index your code
hub / github.com/4ian/GDevelop / _onLoadingSuccess

Method _onLoadingSuccess

Extensions/TileMap/JsExtension.js:1716–1722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1714 }
1715
1716 _onLoadingSuccess() {
1717 if (this.errorPixiObject) {
1718 this._replacePixiObject(this.tileMapPixiObject);
1719
1720 this.errorPixiObject = null;
1721 }
1722 }
1723
1724 /**
1725 * Return the path to the thumbnail of the specified object.

Callers 2

loadTileMapMethod · 0.95
updatePixiTileMapMethod · 0.95

Calls 1

_replacePixiObjectMethod · 0.95

Tested by

no test coverage detected