mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 13:41:32 +00:00
Print RefNum in BetaComment
This commit is contained in:
parent
4d4f2fc475
commit
1780bcc238
1 changed files with 1 additions and 0 deletions
|
@ -1042,6 +1042,7 @@ namespace MWScript
|
||||||
std::vector<std::string> contentFiles = MWBase::Environment::get().getWorld()->getContentFiles();
|
std::vector<std::string> contentFiles = MWBase::Environment::get().getWorld()->getContentFiles();
|
||||||
|
|
||||||
msg << contentFiles.at (ptr.getCellRef().getRefNum().mContentFile) << std::endl;
|
msg << contentFiles.at (ptr.getCellRef().getRefNum().mContentFile) << std::endl;
|
||||||
|
msg << "RefNum: " << ptr.getCellRef().getRefNum().mIndex << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
||||||
|
|
Loading…
Reference in a new issue