Index  

trap_EntityContactCapsule

Description

Prototype

    qboolean trap_EntityContactCapsule(
        const vec3_t mins,
        const vec3_t maxs,
        const gentity_t *ent
    );

Parameters

mins : Lower bounds.
maxs : Upper bounds.
ent : The entity to test.

Remarks

If the entity pointed to by ent is physically within the bounds specified by mins and maxs then this function returns qtrue.

Return value

Return qtrue if the entity pointed to by ent is physically within the bounds specified by mins and maxs, qfalse otherwise.

See also

Author(s)

Timbo


QuakeIII trap calls reference