custom_kit 
Vars | |
| from_obj | The base object to be converted. |
|---|---|
| to_obj | The object to turn it into. |
Procs | |
| 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. |
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.