| 202 | } |
| 203 | |
| 204 | bool ModuleLoaded(HContext context, const char* script_name) |
| 205 | { |
| 206 | dmhash_t module_hash = dmHashString64(script_name); |
| 207 | return context->m_Modules.Get(module_hash) != 0; |
| 208 | } |
| 209 | |
| 210 | bool ModuleLoaded(HContext context, dmhash_t path_hash) |
| 211 | { |