SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
base_actor_spawner_t (util::string_view id, player_t *o) | |
const std::string & | name () const |
virtual void | create_persistent_actors ()=0 |
virtual void | merge (base_actor_spawner_t *other)=0 |
virtual std::unique_ptr< expr_t > | create_expression (util::span< const util::string_view > expr, util::string_view full_expression_str)=0 |
virtual timespan_t | iteration_uptime () const =0 |
virtual void | reset ()=0 |
virtual void | datacollection_end ()=0 |
Protected Attributes | |
std::string | m_name |
player_t * | m_owner |