ПОЧТОВЫЕ КОНВЕРТЫ И ОСНОВНАЯ ЛОГИКА
Vars | |
department_colors | Mail will have the color of the department the recipient is in. |
---|---|
opened | Whether mail is opened or not |
postmarked | Whether mail is postmarked or not |
recipient_fingerprint | Fingerprint of recipient |
sort_tag | Destination tagging for the mail sorter. |
stamp_max | Maximum number of stamps on the letter. |
stamp_offset_x | Physical offset of stamps on the object. X direction. |
stamp_offset_y | Physical offset of stamps on the object. Y direction. |
stamped | Does the letter have a stamp overlay? |
stamps | List of all stamp overlays on the letter. |
Procs | |
convert_to_package | Proc that converts mail envelope into mail package |
on_mail_open | Proc that called when mail is succesfully opened with special effects |
try_open | Opening mail if user's fingerprint is identical to recipient's |
Var Details
department_colors
Mail will have the color of the department the recipient is in.
opened
Whether mail is opened or not
postmarked
Whether mail is postmarked or not
recipient_fingerprint
Fingerprint of recipient
sort_tag
Destination tagging for the mail sorter.
stamp_max
Maximum number of stamps on the letter.
stamp_offset_x
Physical offset of stamps on the object. X direction.
stamp_offset_y
Physical offset of stamps on the object. Y direction.
stamped
Does the letter have a stamp overlay?
stamps
List of all stamp overlays on the letter.
Proc Details
convert_to_package
Proc that converts mail envelope into mail package
on_mail_open
Proc that called when mail is succesfully opened with special effects
try_open
Opening mail if user's fingerprint is identical to recipient's