Crate ayaka_bindings_types
source ·Expand description
The types used in both runtime and plugins.
Structs
- The argument to action plugin.
- The result of action plugins. See examples at
ActionProcessContext. - The
textis aVecDeque<ActionSubText>. TheActionSubTextcould be pushed and poped at front or back. - File metadata.
- The argument to game plugin.
- The result of game plugins. See examples at
GameProcessContext. - The argument to line plugin.
- The result of commands in line plugins. See examples at
LineProcessContext. - The bit flags to describe plugin type.
- The builder of
PluginType. - The serializable context.
- One switch in the switches of an
Action. - The argument to text plugin.
- The result of commands in text plugins. See examples at
TextProcessContext.
Enums
- The full action information in one line of config. It provides the full texts and other properties exacted from
ayaka_primitive::Text. - The unit of one line in an action.
- A
SeekFromtype which implementsserde. - Type of a file.
- The type of current frontend.
Type Definitions
- A map from variable name to
RawValue.