Advertisement

Serialization

Started by June 29, 2008 03:19 PM
0 comments, last by WitchLord 16 years, 3 months ago
Hi, What are the plans about serialization? And is it possible to achieve now by retriving/setting some core vareiables including all script variables? Thanks. Regards Dino
I have plans to support full serialization in the future, but it is still quite far down on the to-do list. There is just so much else that must be done first.

You can currently do a serialization of the script state, if you do it when no script is running. You won't be able to serialize a running script, there's just no way currently for restoring the call stack, even though it is possible to read and write local script variables on the stack.

Regards,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement