MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / load

Method load

Source/Cache/TMXCache.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include "Cache/TextureCache.h"
14
15NS_DORA_BEGIN
16
17/* TMXDef */
18
19bool TMXDef::load(String filename) {
20 return _map.load(filename.toString());
21}
22
23void TMXDef::loadAsync(String filename, const std::function<void(bool)>& callback) {
24 this->retain();

Callers

nothing calls this directly

Calls 7

getFullPathMethod · 0.80
loadMethod · 0.65
toStringMethod · 0.65
findMethod · 0.65
createFunction · 0.50
ErrorEnum · 0.50
endMethod · 0.45

Tested by

no test coverage detected