| 122 | } |
| 123 | |
| 124 | void DynamicQuery::end_script() { |
| 125 | conclude_process(nullptr); |
| 126 | } |
| 127 | |
| 128 | void DynamicQuery::prepare_world(World *p_world) { |
| 129 | if (likely(can_change == false)) { |
nothing calls this directly
no outgoing calls
no test coverage detected