Enumerates over entities in a box.
void TR_EnumerateEntitiesBox(const float mins[3], const float maxs[3], int mask, TraceEntityEnumerator enumerator, any data)
Box minimum size.
Box maximum size.
Mask to use for the trace. See PARTITION_* flags.
Function to use as enumerator. For each entity found along the box, this function is called.
Arbitrary data value to pass through to the enumerator.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.