MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getOgreNamePrefix

Method getOgreNamePrefix

source/entities/GameEntity.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560std::string GameEntity::getOgreNamePrefix() const
561{
562 return Helper::toString(static_cast<int32_t>(getObjectType())) + "-";
563}
564
565void GameEntity::createMesh()
566{

Callers 15

rrRefreshTileMethod · 0.45
rrCreateTileMethod · 0.45
rrDestroyTileMethod · 0.45
rrTemporalMarkTileMethod · 0.45
rrUpdateEntityOpacityMethod · 0.45
rrCreateCreatureMethod · 0.45
rrDestroyCreatureMethod · 0.45
rrOrientEntityTowardMethod · 0.45
rrCreateWeaponMethod · 0.45
rrDestroyWeaponMethod · 0.45

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected