| 32 | } |
| 33 | |
| 34 | void godex::DynamicSystemExecutionData::with_query(DynamicQuery *p_query) { |
| 35 | CRASH_COND_MSG(compiled, "The system is already build, this function can't be called now."); |
| 36 | fetchers.push_back(p_query); |
| 37 | } |
| 38 | |
| 39 | void godex::DynamicSystemExecutionData::with_databag(uint32_t p_databag_id, bool p_mutable) { |
| 40 | CRASH_COND_MSG(compiled, "The system is already build, this function can't be called now."); |