Struct dfhack_proto::stubs::Stubs
source · pub struct Stubs<TChannel: Channel> { /* private fields */ }Expand description
Generated list of DFHack stubs. Each stub communicates with a plugin.
Implementations§
source§impl<TChannel: Channel> Stubs<TChannel>
impl<TChannel: Channel> Stubs<TChannel>
sourcepub fn remote_fortress_reader(&mut self) -> RemoteFortressReader<'_, TChannel>
pub fn remote_fortress_reader(&mut self) -> RemoteFortressReader<'_, TChannel>
RPCs of the RemoteFortressReader plugin
sourcepub fn isoworldremote(&mut self) -> Isoworldremote<'_, TChannel>
pub fn isoworldremote(&mut self) -> Isoworldremote<'_, TChannel>
RPCs of the isoworldremote plugin