(c249eaee6) Add a filter callback in the GetLinkedEntities method.

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:46:13 +03:00
parent ce02152130
commit 10d219f935
11 changed files with 173 additions and 262 deletions
@@ -733,6 +733,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{