Angelscript addon Template Containers
1.0
STL container powerr for Angelscript
|
About serializing with the official as addon: serializer
Serializing any c++ side objects with the serializer requires you to register some functions telling the serializer how to do it.
You can register the required functions for aatc containers with the following code:
You must have "aatc_CONFIG_USE_ASADDON_SERIALIZER" set to 1 in the config to have these functions available.