mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 06:06:42 +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 << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
|
||||
msg << "Memory address: " << ptr.getBase() << std::endl;
|
||||
|
||||
if (ptr.isInCell())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue