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

Method getReferenceCount

core/base/Object.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143unsigned int Object::getReferenceCount() const
144{
145 return _referenceCount;
146}
147
148#if AX_OBJECT_LEAK_DETECTION
149

Callers 15

purgeCachedDataMethod · 0.45
releaseFontAtlasMethod · 0.45
updateMethod · 0.45
loadFontAtlasMethod · 0.45
removeUnusedTexturesMethod · 0.45
getCachedTextureInfoMethod · 0.45
unloadUnusedProgramsMethod · 0.45
removeUnusedShaderMethod · 0.45
removeUnusedAnimationMethod · 0.45

Calls

no outgoing calls

Tested by 5

initMethod · 0.36
Issue16155TestMethod · 0.36
drawPropertiesMethod · 0.36