Index  

trap_AreasConnected

Description

Checks if 2 areas are connected.

Prototype

    qboolean trap_AreasConnected(
        int area1,
        int area2
    );

Parameters

area1 : First area to test.
area2 : Second area to test.

Remarks

This functions tests whether or not the areas (presumably leaf nodes of the bsp tree) are adjacent physically.
FIXME: the values of area1 and area2 are unknown, however.

Return value

Returns qtrue if areas are connected, qfalse otherwise.

See also

Author(s)

Timbo


QuakeIII trap calls reference