forked from mirror/openmw-tes3mp
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();
|
||||
|
||||
msg << contentFiles.at (ptr.getCellRef().getRefNum().mContentFile) << std::endl;
|
||||
msg << "RefNum: " << ptr.getCellRef().getRefNum().mIndex << std::endl;
|
||||
}
|
||||
|
||||
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
||||
|
|
Loading…
Reference in a new issue