• Destroys the provided filter function.

    Parameters

    Returns void

    Note

    filterfunc extends from boolexpr->agent and must be explicitly destroyed with DestroyBoolExpr/DestroyFilter to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically.

    Note

    Only call this on filterfunc created via And,Or,Not.

    Note

    See: Filter.

Generated using TypeDoc