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

Method addClassDescription

source/gamemap/GameMap.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void GameMap::addClassDescription(const CreatureDefinition *c)
407{
408 mClassDescriptions.push_back(std::pair<const CreatureDefinition*,CreatureDefinition*>(c, nullptr));
409}
410
411void GameMap::addWeapon(const Weapon* weapon)
412{

Callers 1

processMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected