Index  

trap_DebugPolygonDelete

Description

Delete debug polygon by handle.

Prototype

    void trap_DebugPolygonDelete(
        int id
    );

Parameters

id : a value previously returned by trap_DebugPolygonCreate.

Remarks

Removes a polygon that was previously created via trap_DebugPolygonCreate.

Return value

This function has no return value.

See also

trap_DebugPolygonCreate

Author(s)

Timbo, D!ABLO


QuakeIII trap calls reference