core/interfaces.lua¶
RitnLib's remote-interface registration, loaded by control.lua (flagged "beta"). It's an internal file: a consumer mod doesn't require it.
| Source | core/interfaces.lua |
| Stage | control (runtime) |
| Loading | by RitnLib's control.lua (internal) |
Current state¶
"RitnLib"interface registered viaremote.add_interface("RitnLib", lib_interfaces)— butlib_interfacesis an empty table: no remote call is exposed yet (reserved slot).- Informatron block (
informatron_interfaces:informatron_menu/informatron_page_contentcallbacks) prepared but inactive — itsremote.add_interface(...)line is commented out. The Informatron integration is unfinished.
Note — Since RitnLib exposes no remote call yet, there's nothing to call from the consumer side. This file mainly documents the reserved slot for future interfaces.
See also¶
- Class map ·
RitnLibInformatron(beta) ·RitnLibGui