Struct dfhack_remote::Stubs
source · pub struct Stubs<TChannel>where
TChannel: Channel,{ /* private fields */ }Expand description
Generated list of DFHack stubs. Each stub communicates with a plugin.
Implementations§
source§impl<TChannel> Stubs<TChannel>where
TChannel: Channel,
impl<TChannel> Stubs<TChannel>where
TChannel: Channel,
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