MCPcopy Create free account
hub / github.com/axmolengine/axmol / initWithDictionary

Method initWithDictionary

core/2d/ParticleSystem.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool ParticleSystem::initWithDictionary(const ValueMap& dictionary)
434{
435 return initWithDictionary(dictionary, "");
436}
437
438bool ParticleSystem::initWithDictionary(const ValueMap& dictionary, std::string_view dirname)
439{

Callers 2

initWithFileMethod · 0.95
createMethod · 0.45

Calls 15

toBackendBlendFactorFunction · 0.85
getInstanceFunction · 0.85
base64DecodeFunction · 0.85
decompressGZFunction · 0.85
asIntMethod · 0.80
asStringMethod · 0.80
asFloatMethod · 0.80
asBoolMethod · 0.80
isPopupNotifyMethod · 0.80
setPopupNotifyMethod · 0.80
getTextureCacheMethod · 0.80

Tested by

no test coverage detected