plant_analyzer 
Vars | |
last_scan_data | Cached data from ui_interact |
---|---|
last_tray_scanned | Weakref to the last thing we scanned |
product_grinder_results | Cached data for the product grinder results |
shown_tab | If TRUE the UI opens to the second tab / the chem tab |
Procs | |
analyze | Called when our analyzer is used on something |
interact | When we use the analyzer in hand - try to show the results of the last scan |
interact_with_atom | When we attack something, try to scan something we hit with left click. Left-clicking uses scans for stats |
interact_with_atom_secondary | Same as above, but with right click. Right-clicking scans for chemicals. |
Var Details
last_scan_data 
Cached data from ui_interact
last_tray_scanned 
Weakref to the last thing we scanned
product_grinder_results 
Cached data for the product grinder results
shown_tab 
If TRUE the UI opens to the second tab / the chem tab
Proc Details
analyze
Called when our analyzer is used on something
interact
When we use the analyzer in hand - try to show the results of the last scan
interact_with_atom
When we attack something, try to scan something we hit with left click. Left-clicking uses scans for stats
interact_with_atom_secondary
Same as above, but with right click. Right-clicking scans for chemicals.