TraceEntityFilter TypeSet

This type has no description.

function bool(int entity, int contentsMask)

Called on entity filtering.

Parameters

entity

Entity index.

contentsMask

Contents Mask.

return

True to allow the current entity to be hit, otherwise false.

function bool(int entity, int contentsMask, any data)

Called on entity filtering.

Parameters

entity

Entity index.

contentsMask

Contents Mask.

data

Data value, if used.

return

True to allow the current entity to be hit, otherwise false.