![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
| void | init (int w) |
| void | batches (size_t n) |
| void | flush () |
| int | size () |
| bool | more_work () |
| void | lock () |
| void | unlock () |
| void | project (int w) |
| size_t | pop () |
| sim_progress_t | progress (int idx=-1) |
Public Attributes | |
| std::vector< int > | _total_work |
| std::vector< int > | _work |
| std::vector< int > | _projected_work |
| size_t | index |