mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Print RefNum in BetaComment
This commit is contained in:
parent
4d4f2fc475
commit
1780bcc238
@ -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…
x
Reference in New Issue
Block a user