mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-10 04:26:50 +03:00
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?
|
||
|
}
|
||
|
|
||
|
}
|