SCREEN_ANCHOR_* Constant Group

From NWN Lexicon
Jump to navigationJump to search
Nwnee logo.jpg Note: This article documents Neverwinter Nights: Enhanced Edition new content or changes/updates/fixes to 1.69 functions. These are all listed under the category and patches pages.

Screen 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:

PostString