|
Isle
|
#include "mxdsobject.h"#include "mxdsaction.h"#include "mxdsanim.h"#include "mxdsevent.h"#include "mxdsfile.h"#include "mxdsmediaaction.h"#include "mxdsmultiaction.h"#include "mxdsobjectaction.h"#include "mxdsparallelaction.h"#include "mxdsselectaction.h"#include "mxdsserialaction.h"#include "mxdssound.h"#include "mxdsstill.h"#include "mxutilities.h"#include <stdlib.h>#include <string.h>
Go to the source code of this file.
Functions | |
| MxDSObject * | DeserializeDSObjectDispatch (MxU8 *&p_source, MxS16 p_flags) |
| [AI] Reads and deserializes a DS object of the specific type from an SI buffer. More... | |
| MxDSObject * | CreateStreamObject (MxDSFile *p_file, MxS16 p_ofs) |
| [AI] Creates and deserializes a stream object from a chunk inside a DS file. More... | |
| MxDSObject * CreateStreamObject | ( | MxDSFile * | p_file, |
| MxS16 | p_ofs | ||
| ) |
[AI] Creates and deserializes a stream object from a chunk inside a DS file.
| p_file | Pointer to DS file to load from. [AI] |
| p_ofs | Offset into the DS file chunk. [AI] |
Definition at line 266 of file mxdsobject.cpp.
| MxDSObject * DeserializeDSObjectDispatch | ( | MxU8 *& | p_source, |
| MxS16 | p_flags | ||
| ) |
[AI] Reads and deserializes a DS object of the specific type from an SI buffer.
| p_source | Pointer to buffer pointer; pointer is advanced upon deserialization. [AI] |
| p_flags | Optional flags used to influence deserialization (context-specific). [AI] |
Definition at line 210 of file mxdsobject.cpp.