/tg/ Station 13 - Modules - TypesVar Details

mod_link

A MODlink datum, used to handle unique functions that will be used in the MODlink call.

Vars

can_call_callbackA callback that returns whether the MODlink can currently call.
delete_visual_callbackA callback that deletes the visuals of the MODlink.
frequencyThe frequency of the MODlink. You can only call other MODlinks on the same frequency.
get_user_callbackA callback that returns the user of the MODlink.
get_visual_callbackA callback that receives the visuals of the other MODlink.
holderThe atom that holds the MODlink.
idThe unique ID of the MODlink.
link_callA reference to the call between two MODlinks.
make_visual_callbackA callback that returns the visuals of the MODlink.
nameGeneric name for multitool buffers.
visualA reference to the visuals generated by the MODlink.
visual_overlaysA 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.

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.