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

Method netElements

source/core/StarNetElementDynamicGroup.hpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122template <typename Element>
123auto NetElementDynamicGroup<Element>::netElements() const -> List<ElementPtr> {
124 return m_idMap.values();
125}
126
127template <typename Element>
128void NetElementDynamicGroup<Element>::initNetVersion(NetElementVersion const* version) {

Callers 13

backDrawablesMethod · 0.80
frontDrawablesMethod · 0.80
lightSourcesMethod · 0.80
pullNewAudiosMethod · 0.80
pullNewParticlesMethod · 0.80
updateAnimatorsMethod · 0.80
drawablesMethod · 0.80
lightSourcesMethod · 0.80
pullNewAudiosMethod · 0.80
pullNewParticlesMethod · 0.80

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected