![]() |
• Resource Manager | ||
|
API Links
Developer Links
|
Packable::PrepackDefined in:
Called before packing to allow object linking.
C4Packing.hPrototype
Parameters
Description
The Prepack function is called before a packable object is packed. If the packable object owns references to Object instances, then it should use the List::Append function to add those objects to the list specified by the linkList parameter. This is necessary in order for the object to be included in the packed data so that it can be restored when the data is unpacked.
See Also
|