Skip to content

SonarScanResult

Result of a sonar sweep. Returned by: SonarModule.scan()

FieldReturnsMeaning
.statusstring"ok", "too_hard", "tier_too_low", "research_required", "wrong_scanner" (all partial: sweep completed but a nearby contact could not be classified), "busy" (transient), "no_power"
.messagestringPlayer-readable explanation
.siteslist of SiteSites resolved by this completed sweep; empty with "ok" means a completed sweep found no compatible contacts

See Sonar Module for the method and Command Results for the result model.