| 336 | } |
| 337 | |
| 338 | uint32_t DynamicQuery::script_get_current_entity_id() const { |
| 339 | return get_current_entity_id(); |
| 340 | } |
| 341 | |
| 342 | EntityID DynamicQuery::get_current_entity_id() const { |
| 343 | return current_entity; |
nothing calls this directly
no outgoing calls
no test coverage detected