MCPcopy Create free account
hub / github.com/OSSystems/EasySplash / get_part

Method get_part

src/animation.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126animation::part const * animation::get_part(std::size_t const p_index) const
127{
128 return (p_index < m_parts.size()) ? &(m_parts[p_index]) : nullptr;
129}
130
131
132unsigned int animation::get_fps() const

Callers 2

update_positionFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected