pub struct RemoteFortressReader<'a, TChannel>where
    TChannel: Channel,
{ pub channel: &'a mut TChannel, }
Expand description

RPC for the “RemoteFortressReader” plugin.

Fields§

§channel: &'a mut TChannel

Reference to the client to exchange messages.

Implementations§

Initialize the plugin from a channel to DFHack.

Method CheckHashes from the plugin RemoteFortressReader

Method CopyScreen from the plugin RemoteFortressReader

Method GetBlockList from the plugin RemoteFortressReader

Method GetBuildingDefList from the plugin RemoteFortressReader

Method GetCreatureRaws from the plugin RemoteFortressReader

Method GetGameValidity from the plugin RemoteFortressReader

Method GetGrowthList from the plugin RemoteFortressReader

Method GetItemList from the plugin RemoteFortressReader

Method GetLanguage from the plugin RemoteFortressReader

Method GetMapInfo from the plugin RemoteFortressReader

Method GetMaterialList from the plugin RemoteFortressReader

Method GetPartialCreatureRaws from the plugin RemoteFortressReader

Method GetPartialPlantRaws from the plugin RemoteFortressReader

Method GetPauseState from the plugin RemoteFortressReader

Method GetPlantList from the plugin RemoteFortressReader

Method GetPlantRaws from the plugin RemoteFortressReader

Method GetRegionMaps from the plugin RemoteFortressReader

Method GetRegionMapsNew from the plugin RemoteFortressReader

Method GetReports from the plugin RemoteFortressReader

Method GetSideMenu from the plugin RemoteFortressReader

Method GetTiletypeList from the plugin RemoteFortressReader

Method GetUnitList from the plugin RemoteFortressReader

Method GetUnitListInside from the plugin RemoteFortressReader

Method GetVersionInfo from the plugin RemoteFortressReader

Method GetViewInfo from the plugin RemoteFortressReader

Method GetWorldMap from the plugin RemoteFortressReader

Method GetWorldMapCenter from the plugin RemoteFortressReader

Method GetWorldMapNew from the plugin RemoteFortressReader

Method JumpCommand from the plugin RemoteFortressReader

Method MenuQuery from the plugin RemoteFortressReader

Method MiscMoveCommand from the plugin RemoteFortressReader

Method MoveCommand from the plugin RemoteFortressReader

Method MovementSelectCommand from the plugin RemoteFortressReader

Method PassKeyboardEvent from the plugin RemoteFortressReader

Method ResetMapHashes from the plugin RemoteFortressReader

Method SendDigCommand from the plugin RemoteFortressReader

Method SetPauseState from the plugin RemoteFortressReader

Method SetSideMenu from the plugin RemoteFortressReader

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.