forked from teamnwah/openmw-tes3coop
19 lines
278 B
C++
19 lines
278 B
C++
|
#include "importnpcc.hpp"
|
||
|
|
||
|
#include <components/esm/esmreader.hpp>
|
||
|
|
||
|
namespace ESSImport
|
||
|
{
|
||
|
|
||
|
void NPCC::load(ESM::ESMReader &esm)
|
||
|
{
|
||
|
esm.getHNT(mNPDT, "NPDT");
|
||
|
|
||
|
// container:
|
||
|
// XIDX
|
||
|
// XHLT - condition
|
||
|
// WIDX - equipping?
|
||
|
}
|
||
|
|
||
|
}
|