zeldamods / objmap-totk

Tears of the Kingdom Object Map
https://objmap-totk.zeldamods.org
GNU General Public License v3.0
47 stars 7 forks source link

Support search by AI logic #76

Closed elduende05 closed 11 months ago

elduende05 commented 1 year ago

This could be as simple as "is there or is there not AI logic" or as complicated as a query on the AI logic name. Much in the way that FlagName returns any actors with flags, it would be helpful to have a way of querying which actors have associated logic, and if not too difficult searching based on the logic name.

savage13 commented 11 months ago

We can add the Logic value (path?) for all objects that have an AI Group reference. I would suggest adding the Logic as data.AILogic The ai_group_references.object_id values are unique

savage13 commented 11 months ago

Fixed by zeldamods/radar-totk@0bcb7901ae4eafc243980ff621e169cb7ffebc07

Currently only the Logic path name is searchable. That should cover a large majority of use cases.