SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
void | add (util::string_view scope, util::string_view name, util::string_view value) |
bool | parse_file (std::istream &input) |
void | parse_token (util::string_view token) |
void | parse_line (util::string_view line) |
void | parse_text (util::string_view text) |
void | parse_args (util::span< const std::string > args) |
Public Attributes | |
std::vector< std::string > | auto_path |
std::unordered_map< std::string, std::string > | var_map |