Describe
In the documentation for the geoscanner, functions such as "getScanCooldown" and "getFuelLevel" are listed, however when attempting to call these functions, you will get an error saying you attempted to call a nil field. I went into the code and the only functions for the geoscanner that I can find are "scan", "chunkAnalyze", and "cost."
Steps to reproduce
- Start writing a program.
- Declare a scanner (i.e.
local scanner = peripheral.find("geoScanner))
- Attempt to call "getScanCooldown" (i.e.
local scanCooldown = scanner.getScanCooldown())
- Run the program
Direct URL
https://docs.advanced-peripherals.de/0.7/peripherals/geo_scanner/
Screenshots or Videos
No response
Describe
In the documentation for the geoscanner, functions such as "getScanCooldown" and "getFuelLevel" are listed, however when attempting to call these functions, you will get an error saying you attempted to call a nil field. I went into the code and the only functions for the geoscanner that I can find are "scan", "chunkAnalyze", and "cost."
Steps to reproduce
local scanner = peripheral.find("geoScanner))local scanCooldown = scanner.getScanCooldown())Direct URL
https://docs.advanced-peripherals.de/0.7/peripherals/geo_scanner/
Screenshots or Videos
No response