MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getGroupHide

Method getGroupHide

Source/Platformer/Data.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141uint8_t Data::getGroupHide() const noexcept {
142 return Hide;
143}
144
145void Data::setDamageFactor(uint16_t damageType, uint16_t defenceType, float bounus) {
146 uint32_t key = damageType | defenceType << 16;

Callers 3

updateMethod · 0.80
destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected