Skip to content

Commit

Permalink
Merge pull request #1018 from nouddy/patch-1
Browse files Browse the repository at this point in the history
Update constants.md
  • Loading branch information
Vince0789 authored Jul 2, 2024
2 parents b8d1614 + 08650bf commit 12a3c6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/scripting/resources/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 12a3c6c

Please sign in to comment.