material 
Vars | |
| material_id | Material id we are trying to export. |
|---|---|
| use_shared_exports | Whether we use the shared static export types or not. Set to FALSE when using different export types. |
Procs | |
| init_export_types | Inits an list of exports for this type. For performance, unless use_shared_exports is FALSE, this returns a static list of types we check for export that is shared by everything under the same abstract type. |
Var Details
material_id 
Material id we are trying to export.
use_shared_exports 
Whether we use the shared static export types or not. Set to FALSE when using different export types.
Proc Details
init_export_types
Inits an list of exports for this type. For performance, unless use_shared_exports is FALSE, this returns a static list of types we check for export that is shared by everything under the same abstract type.
Arguments
- export_data - exports whos type cache we are trying to create