atom_mounted 
Vars | |
| hanging_support_atom | The closed turf our object is currently linked to. |
|---|---|
Procs | |
| detach | Called when the object is about to be shuttle rotated so we have to delete ourself and mount again later |
| drop_wallmount | Handles the dropping of the linked object. This is done via deconstruction, as that should be the most sane way to handle it for most objects. Except for intercoms, which are handled by creating a new wallframe intercom, as they're apparently items. |
| on_examine | When the wall is examined, explains that it's supporting the linked object. |
| on_move | If we get dragged from our wall (by a singulo for instance) we should deconstruct |
| on_structure_delete | When the atom the object is mounted on is destroyed deconstruct |
| on_turf_changing | When the type of turf changes, if it is changing into a floor we should drop our contents |
Var Details
hanging_support_atom 
The closed turf our object is currently linked to.
Proc Details
detach
Called when the object is about to be shuttle rotated so we have to delete ourself and mount again later
drop_wallmount
Handles the dropping of the linked object. This is done via deconstruction, as that should be the most sane way to handle it for most objects. Except for intercoms, which are handled by creating a new wallframe intercom, as they're apparently items.
on_examine
When the wall is examined, explains that it's supporting the linked object.
on_move
If we get dragged from our wall (by a singulo for instance) we should deconstruct
on_structure_delete
When the atom the object is mounted on is destroyed deconstruct
on_turf_changing
When the type of turf changes, if it is changing into a floor we should drop our contents