Print RefNum in BetaComment

This commit is contained in:
scrawl 2015-01-11 16:52:04 +01:00
parent 4d4f2fc475
commit 1780bcc238

View file

@ -1042,6 +1042,7 @@ namespace MWScript
std::vector<std::string> contentFiles = MWBase::Environment::get().getWorld()->getContentFiles();
msg << contentFiles.at (ptr.getCellRef().getRefNum().mContentFile) << std::endl;
msg << "RefNum: " << ptr.getCellRef().getRefNum().mIndex << std::endl;
}
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;