mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-24 21:11:34 +00:00
Print ptr by betacomment
This commit is contained in:
parent
158f610b61
commit
52945921a7
1 changed files with 1 additions and 0 deletions
|
@ -1254,6 +1254,7 @@ namespace MWScript
|
||||||
msg << "[Deleted]" << std::endl;
|
msg << "[Deleted]" << std::endl;
|
||||||
|
|
||||||
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
||||||
|
msg << "Memory address: " << ptr.getBase() << std::endl;
|
||||||
|
|
||||||
if (ptr.isInCell())
|
if (ptr.isInCell())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue