SCREEN_ANCHOR_* Constant Group
From NWN Lexicon
Jump to navigationJump to searchScreen anchor settings (for use with the PostString function).
Constants
Constant | Value | Description |
---|---|---|
SCREEN_ANCHOR_TOP_LEFT | 0 | Top left anchor point. |
SCREEN_ANCHOR_TOP_RIGHT | 1 | Top rightanchor point. |
SCREEN_ANCHOR_BOTTOM_LEFT | 2 | Bottom left anchor point. |
SCREEN_ANCHOR_BOTTOM_RIGHT | 3 | Bottom right anchor point. |
SCREEN_ANCHOR_CENTER | 4 | Centered anchor point. |
Version
This constants group was added in 1.74.8193.8 of NWN:EE.
See Also
functions: |