| 148 | static const cString GetDescription() { return "Arguments: <string res_name> <double res_count>"; } |
| 149 | |
| 150 | void Process(cAvidaContext& ctx) |
| 151 | { |
| 152 | m_world->GetPopulation().SetResource(ctx, m_res_name, m_res_count); |
| 153 | } |
| 154 | }; |
| 155 | |
| 156 | /* Change the amount of a particular deme resource */ |
nothing calls this directly
no test coverage detected