PRINT_TYPE - baso88/SC_AngelScript GitHub Wiki

The PRINT_TYPE enumeration contains the kinds of locations that a ClientPrintf operation can output text to.

The HTML documentation can be found here.

Constant Description
print_console Print to the console.
print_center Print to the center of the screen.
print_chat Print to chat. Note: does not work. Use CPlayerFuncs::ClientPrint with HUD_PRINTTALK instead.