-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Lua APIA request to add a new function.A request to add a new function.
Description
Description
g_AI_Manager.AccessAIs is used multiple times in order to iterate through NPCs whenever needed, but existing iterators are only for Players and All entities.
Whenever we create a custom AI, we require to iterate through all entities just to check for other NPCs such as relationships, state of other NPCs, NPCs close to a square etc...
Including the pre-existing AI table iterator will help us improve base AI performance with multiple AIs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Lua APIA request to add a new function.A request to add a new function.