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

custom_kit

Vars

from_objThe base object to be converted.
to_objThe object to turn it into.

Procs

pre_convert_checkOverride this if you have some condition you want fulfilled before allowing the conversion. Return TRUE to allow it to convert, return FALSE to prevent it.

Var Details

from_obj

The base object to be converted.

to_obj

The object to turn it into.

Proc Details

pre_convert_check

Override this if you have some condition you want fulfilled before allowing the conversion. Return TRUE to allow it to convert, return FALSE to prevent it.