Index  

trap_Error

Description

Abort the game.

Prototype

    void trap_Error(
        const char *fmt
    ) ;

Parameters

Remarks

This is very simliar to the trap_Printf function with the exception that this will halt execution of the module it is called from.
Usually the user shouldn't call this directly, but using G_Error instead.

Return value

This function has no return value.

See also

Author(s)

Timbo


QuakeIII trap calls reference