Machines 
        
    
            
        
| Vars | |
| all_machines | All machines, not just those that are processing. | 
|---|---|
| machines_by_type | Assosciative list of all machines that exist. | 
| Procs | |
| Initialize | List of all powernets on the server. | 
| get_machines_by_type | Gets a list of all machines that are the exact passed type. | 
| get_machines_by_type_and_subtypes | Gets a list of all machines that are either the passed type or a subtype. | 
| register_machine | Registers a machine with the machine subsystem; should only be called by the machine itself during its creation. | 
| unregister_machine | Removes a machine from the machine subsystem; should only be called by the machine itself inside Destroy. | 
Var Details
all_machines
            
        
    
            
        
        All machines, not just those that are processing.
machines_by_type
            
        
    
            
        
        Assosciative list of all machines that exist.
Proc Details
Initialize
List of all powernets on the server.
get_machines_by_type
Gets a list of all machines that are the exact passed type.
get_machines_by_type_and_subtypes
Gets a list of all machines that are either the passed type or a subtype.
register_machine
Registers a machine with the machine subsystem; should only be called by the machine itself during its creation.
unregister_machine
Removes a machine from the machine subsystem; should only be called by the machine itself inside Destroy.