Crate vault [−] [src]
vault is a fully-featured Company of Heroes 2 replay parser valid for replays created on or
after the release of the British forces (version 19545).
This library contains representations of all replay, map, and player information, including chat, equipped items, and player commands.
Structs
| ChatLine |
This type represents a single Company of Heroes 2 chat message. |
| Command |
This type represents a single Company of Heroes 2 player command. |
| Config |
This type contains option and configuration information for the associated |
| Item |
This type contains a parsed representation of an item that can be equipped in a CoH2 replay. |
| Map |
This type represents a Company of Heroes 2 map as presented in a CoH2 replay file. |
| Player |
This type represents a Company of Heroes 2 player entity as it appears in a CoH2 replay file. |
| Replay |
The main |
| Vault |
This type is the main entry point for the |
Enums
| CmdType |
This type contains a numerical |
| Error |
This type contains the various error messages that can be returned from the library. |
Functions
| print_version |
Prints out the current vault version and compatible CoH2 game versions. |
Type Definitions
| Result |
Custom |