| 103 | } |
| 104 | |
| 105 | ScriptId instance(ScriptWorld &sw, UnitId unit) |
| 106 | { |
| 107 | return script_world_internal::make_instance(hash_map::get(sw._map, unit, UINT32_MAX)); |
| 108 | } |
| 109 | |
| 110 | void broadcast(ScriptWorld &sw |
| 111 | , const char *function_name |
no test coverage detected