Esempio n. 1
0
 MWWorld::Ptr
 Class::copyToCell(const Ptr &ptr, CellStore &cell) const
 {
     Ptr newPtr = copyToCellImpl(ptr, cell);
     newPtr.getCellRef().unsetRefNum(); // This RefNum is only valid within the original cell of the reference
     return newPtr;
 }
Esempio n. 2
0
    MWWorld::Ptr
    Class::copyToCell(const Ptr &ptr, CellStore &cell) const
    {
        Ptr newPtr = copyToCellImpl(ptr, cell);

        return newPtr;
    }