OpenMW
|
#include "containerstore.hpp"
#include <cassert>
#include <typeinfo>
#include <stdexcept>
#include <components/esm/inventorystate.hpp>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"
#include "../mwmechanics/creaturestats.hpp"
#include "../mwmechanics/levelledlist.hpp"
#include "../mwmechanics/actorutil.hpp"
#include "manualref.hpp"
#include "refdata.hpp"
#include "class.hpp"
#include "localscripts.hpp"
#include "player.hpp"
Namespaces | |
anonymous_namespace{containerstore.cpp} | |
Functions | |
template<typename T > | |
float | anonymous_namespace{containerstore.cpp}::getTotalWeight (const MWWorld::CellRefList< T > &cellRefList) |
template<typename T > | |
MWWorld::Ptr | anonymous_namespace{containerstore.cpp}::searchId (MWWorld::CellRefList< T > &list, const std::string &id, MWWorld::ContainerStore *store) |