MCPcopy Create free account
hub / github.com/TurningWheel/Barony / getINT

Method getINT

src/entity.cpp:9270–9279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9268-------------------------------------------------------------------------------*/
9269
9270Sint32 Entity::getINT()
9271{
9272 Stat* entitystats;
9273
9274 if ( (entitystats = this->getStats()) == nullptr )
9275 {
9276 return 0;
9277 }
9278 return statGetINT(entitystats, this);
9279}
9280
9281Sint32 statGetINT(Stat* entitystats, Entity* my)
9282{

Callers 6

actPedestalBaseMethod · 0.80
makeFollowerFunction · 0.80
actMonsterFunction · 0.80
skeletonDieFunction · 0.80
actParticleSapCenterFunction · 0.80
spellEffectCharmMonsterFunction · 0.80

Calls 2

getStatsMethod · 0.95
statGetINTFunction · 0.85

Tested by

no test coverage detected