MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / getNetElement

Method getNetElement

source/core/StarNetElementDynamicGroup.hpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117template <typename Element>
118auto NetElementDynamicGroup<Element>::getNetElement(ElementId id) const -> ElementPtr {
119 return m_idMap.get(id);
120}
121
122template <typename Element>
123auto NetElementDynamicGroup<Element>::netElements() const -> List<ElementPtr> {

Callers 11

initializeModulesMethod · 0.80
updateAnimatorsMethod · 0.80
diskStoreMethod · 0.80
addEphemeralEffectsMethod · 0.80
removeEphemeralEffectMethod · 0.80
tickMasterMethod · 0.80
initPrimaryScriptMethod · 0.80
TESTFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.64