Structs§
- Recurring
Task - A custom task created by
fromsoftware-rsthat can masquerade as one of the game’s native tasks. - Recurring
Task Handle - A handle for the a task registered through
SharedTaskImpExt.run_recurringthat allows users to cancel it later usingDrop.drop.
Traits§
- Shared
Task Imp - The trait shared by task implementations across FSW games.
- Shared
Task ImpExt - An extension on each game’s task implementation to allow users to easily register custom tasks as Rust closures.