code/__DEFINES/modular_computer.dm
PROGRAM_CATEGORY_DEVICE | program_flags Used by programs to tell the ModPC any special functions it has. |
---|---|
PROGRAM_BASIC_CELL_USE | The default amount a program should take in cell use. |
DETOMATIX_RESIST_MINOR | This app grants a minor protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender). |
DETOMATIX_RESIST_MAJOR | This app grants a larger protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender). |
DETOMATIX_RESIST_MALUS | This app gives a diminished protection against being PDA bombed if installed. |
NTNETSPEED_LOWSIGNAL | NTNet transfer speeds, used when downloading/uploading a file/program. The define is how fast it will download an app every program's process_tick. Used for wireless devices with low signal. |
NTNETSPEED_HIGHSIGNAL | Used for wireless devices with high signal. |
NTNETSPEED_ETHERNET | Used for laptops with a high signal, or computers, which is connected regardless of z level. |
NTNET_NO_SIGNAL | NTNet connection signals Used to calculate the defines above from NTNet Downloader, this is how good a ModPC's signal is. When you're away from the station/mining base and not on a console, you can't access the internet. |
NTNET_LOW_SIGNAL | Low signal, so away from the station, but still connected |
NTNET_GOOD_SIGNAL | On station with good signal. |
NTNET_ETHERNET_SIGNAL | Using a Computer or Laptop with good signal, ethernet-connected. |
MESSENGER_RINGTONE_DEFAULT | The default ringtone of the Messenger app. |
MESSENGER_RINGTONE_MAX_LENGTH | The maximum length of the ringtone of the Messenger app. |
Define Details
DETOMATIX_RESIST_MAJOR
This app grants a larger protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender).
DETOMATIX_RESIST_MALUS
This app gives a diminished protection against being PDA bombed if installed.
DETOMATIX_RESIST_MINOR
This app grants a minor protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender).
MESSENGER_RINGTONE_DEFAULT
The default ringtone of the Messenger app.
MESSENGER_RINGTONE_MAX_LENGTH
The maximum length of the ringtone of the Messenger app.
NTNETSPEED_ETHERNET
Used for laptops with a high signal, or computers, which is connected regardless of z level.
NTNETSPEED_HIGHSIGNAL
Used for wireless devices with high signal.
NTNETSPEED_LOWSIGNAL
NTNet transfer speeds, used when downloading/uploading a file/program. The define is how fast it will download an app every program's process_tick. Used for wireless devices with low signal.
NTNET_ETHERNET_SIGNAL
Using a Computer or Laptop with good signal, ethernet-connected.
NTNET_GOOD_SIGNAL
On station with good signal.
NTNET_LOW_SIGNAL
Low signal, so away from the station, but still connected
NTNET_NO_SIGNAL
NTNet connection signals Used to calculate the defines above from NTNet Downloader, this is how good a ModPC's signal is. When you're away from the station/mining base and not on a console, you can't access the internet.
PROGRAM_BASIC_CELL_USE
The default amount a program should take in cell use.
PROGRAM_CATEGORY_DEVICE
program_flags Used by programs to tell the ModPC any special functions it has.