SS1984 - Modules - Types

code/modules/admin/verbs/geoip.dm

/datum/ui_module/admin/geoipTGUI report of every connected client's ping and GeoIP data. Read-only; lazily triggers a GeoIP refresh on any row whose status is not "updated".
/datum/ui_module/admin/geoip/focusedPer-viewer ckey filter. Keyed by viewer ckey, value is the target ckey to display. One singleton instance is shared between admins; each admin's window reads its own slot.
/proc/geoip_build_rowBuild a single row of GeoIP data for player. Triggers a lazy refresh if the cached lookup hasn't completed.