Mana
|
Go to the source code of this file.
Classes | |
struct | AbilityInfo |
Namespaces | |
namespace | AbilityDB |
Ability information database. | |
Functions | |
void | AbilityDB::init () |
void | AbilityDB::readAbilityNode (XML::Node node, const std::string &filename) |
void | AbilityDB::checkStatus () |
void | AbilityDB::unload () |
AbilityInfo * | AbilityDB::get (int id) |
Gets the ability info for ID. | |
AbilityInfo * | AbilityDB::find (std::string_view name) |
Finds an ability by name. | |