/datum/ai_shared_resources

Vars | |
| cpu_assigned | Where our CPU is assigned to. Associative where either an AI or a network has values. Max total value = 1 (100%) |
|---|---|
| cpu_sources | Where our CPU is coming from. Associative array where the network is the key |
| human_lock | If resource allocation can only be changed physically at a console by a human |
| networks | List of all networks we are connected to |
| previous_ram | How much RAM we had before updating resources |
| ram_assigned | Where our CPU is assigned to. Associative where either an AI or a network has values |
| ram_sources | Where our RAM is coming from. Associative array where the network is the key |
Var Details
cpu_assigned

Where our CPU is assigned to. Associative where either an AI or a network has values. Max total value = 1 (100%)
cpu_sources

Where our CPU is coming from. Associative array where the network is the key
human_lock

If resource allocation can only be changed physically at a console by a human
networks

List of all networks we are connected to
previous_ram

How much RAM we had before updating resources
ram_assigned

Where our CPU is assigned to. Associative where either an AI or a network has values
ram_sources

Where our RAM is coming from. Associative array where the network is the key