What does world/Reboot() actually do? Does it call world/Del() then world/New() to Reboot or it has its completely own defined code to Reboot?
- Hashir
ID:132260
Sep 6 2011, 1:47 am
|
|
Sep 6 2011, 3:33 am
|
|
Most likely it does call Del() and New(), as it has to reload .dmb file.
|
In response to Zaoshi
|
|
Zaoshi wrote:
Most likely it does call Del() and New(), as it has to reload .dmb file. So if there is a savefile creating/modifying code in world/Del(), and savefile loading code in world/New(). Will it save and load those savefiles if just world/Reboot() is called? |
In response to Hashir
|
|
world Creates both savefiles properly. So the answer is yes. |
In response to Zaoshi
|
|
Alright, thank you.
|