Bassebombecraft

Bassebombecraft

18.5k Downloads

Add support for exclusion of entity in the FindEntities2 operator

athrane opened this issue ยท 1 comments

commented

Add support for predicate in ApplyOperatorTo2 to support filtering of entities.
Example:
If true source and target is identical in Electrocute2 then target should be ignored.
// determine if target is invoker boolean isInvoker =
// hasIdenticalUniqueID(originalSource, target); if (!isInvoker)
// Entity originalSource = applyV(fnGetTrueSource, ports);

commented

Resolved with commit: 8afe938