mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 12:39:59 +00: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();
|
||||
|
||||
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…
x
Reference in New Issue
Block a user