mod_link 
A MODlink datum, used to handle unique functions that will be used in the MODlink call.
Vars | |
can_call_callback | A callback that returns whether the MODlink can currently call. |
---|---|
delete_visual_callback | A callback that deletes the visuals of the MODlink. |
frequency | The frequency of the MODlink. You can only call other MODlinks on the same frequency. |
get_user_callback | A callback that returns the user of the MODlink. |
get_visual_callback | A callback that receives the visuals of the other MODlink. |
holder | The atom that holds the MODlink. |
id | The unique ID of the MODlink. |
link_call | A reference to the call between two MODlinks. |
make_visual_callback | A callback that returns the visuals of the MODlink. |
name | Generic name for multitool buffers. |
visual | A reference to the visuals generated by the MODlink. |
visual_overlays | A list of all overlays of the user, copied everytime they have an overlay change. |
Var Details
can_call_callback 
A callback that returns whether the MODlink can currently call.
delete_visual_callback 
A callback that deletes the visuals of the MODlink.
frequency 
The frequency of the MODlink. You can only call other MODlinks on the same frequency.
get_user_callback 
A callback that returns the user of the MODlink.
get_visual_callback 
A callback that receives the visuals of the other MODlink.
holder 
The atom that holds the MODlink.
id 
The unique ID of the MODlink.
link_call 
A reference to the call between two MODlinks.
make_visual_callback 
A callback that returns the visuals of the MODlink.
name 
Generic name for multitool buffers.
visual 
A reference to the visuals generated by the MODlink.
visual_overlays 
A list of all overlays of the user, copied everytime they have an overlay change.