Skip to main content

CreditPrintText

Description

Displays credit text at specified screen coordinates. Before using this function, call CreditLoadDB once and CreditSetup as needed.

function CreditPrintText(x, y, unk, text) --[[ ... ]] end

Parameters

  • x: integer - X screen coordinate (0 to 640, regardless of resolution).
  • y: integer - Y screen coordinate (0 to 480).
  • unk: boolean - Unknown, use false.
  • text: string - The text entry to be printed.

Return Values

None.

Example

None.