diff --git a/docs/scripting/resources/constants.md b/docs/scripting/resources/constants.md index bc7058553..5bcd10a4f 100644 --- a/docs/scripting/resources/constants.md +++ b/docs/scripting/resources/constants.md @@ -154,6 +154,15 @@ tags: [] | 4 | TEXT_DRAW_FONT_SPRITE | | 5 | TEXT_DRAW_FONT_PREVIEW | +## TextDraw Alignment + +| Value | Constant | +| ----- | ------------------------------ | +| 1 | TEXT_DRAW_ALIGN_LEFT | +| 2 | TEXT_DRAW_ALIGN_CENTRE | +| 2 | TEXT_DRAW_ALIGN_CENTER | +| 3 | TEXT_DRAW_ALIGN_RIGHT | + ## SVar Enumeration | Value | Constant |