Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
std::string GameEntity::getOgreNamePrefix() const
561
{
562
return Helper::toString(static_cast<int32_t>(getObjectType())) +
"-"
;
563
}
564
565
void GameEntity::createMesh()
566
{
Callers
15
rrRefreshTile
Method · 0.45
rrCreateTile
Method · 0.45
rrDestroyTile
Method · 0.45
rrTemporalMarkTile
Method · 0.45
rrCreateRenderedMovableEntity
Method · 0.45
rrDestroyRenderedMovableEntity
Method · 0.45
rrUpdateEntityOpacity
Method · 0.45
rrCreateCreature
Method · 0.45
rrDestroyCreature
Method · 0.45
rrOrientEntityToward
Method · 0.45
rrCreateWeapon
Method · 0.45
rrDestroyWeapon
Method · 0.45
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected