/tg/ Station 13 - Modules - TypesVar Details - Proc Details

material

Vars

material_idMaterial id we are trying to export.
use_shared_exportsWhether we use the shared static export types or not. Set to FALSE when using different export types.

Procs

init_export_typesInits 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