Daedalus Dock - Modules - TypesVar Details

messenger

Vars

is_siliconWhether or not this app is loaded on a silicon's tablet.
known_cellsLearned PDA info tuples
last_textgreat wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over)
last_text_everyoneeven more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over)
messagesThe messages currently saved in the app.
mime_modeWhether or not we're in a mime PDA.
netcard_cacheCache of the network card, so we don't need to drag it out of the list every time.
ringer_statusWhether or not the ringtone is currently on.
ringtoneThe current ringtone (displayed in the chat when a message is received).
viewing_messagesWhether or not we're currently looking at the message list.

Var Details

is_silicon

Whether or not this app is loaded on a silicon's tablet.

known_cells

Learned PDA info tuples

list(d_addr1 = list(d_addr1, name, job), d_addr2=list(d_addr2, name, job),...)

last_text

great wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over)

last_text_everyone

even more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over)

messages

The messages currently saved in the app.

mime_mode

Whether or not we're in a mime PDA.

netcard_cache

Cache of the network card, so we don't need to drag it out of the list every time.

ringer_status

Whether or not the ringtone is currently on.

ringtone

The current ringtone (displayed in the chat when a message is received).

viewing_messages

Whether or not we're currently looking at the message list.