Jump to content

Deleting from memory in scripts?


Thalassicus

Recommended Posts

Is it possible to delete an object in scripts? In Civ4 there's an uninit() function for every object, in Wc3 there's Destroy functions, and so on for other games. Does Oblivion have any way to clean up memory?

Generally, no. Removeme is about as close as you get, and is not without its limitations and issues. With Oblivion, you just kinda need to build those temporary things in a way that they eventually get cleared with a cell reset pass. However, due to people having increased times between cell resets and timescales below 5, it can often be many play sessions before any data is cleared up, which is where the paranoia over save bloating began.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...