# Display Screen Label

Grammar — Display label screenLabelID of size (width, height) with text label using style style at anchor with (offsetX, offsetY)
FlagsAction

Creates a screen image, with an identifier chosen by the ScreenImageID parameter, at the specified anchor, with the specified size and offset.

# Arguments

  • int — ScreenLabelID
  • text — Label
  • string [ fontstyle ] — Style
  • int — Width
  • int — Height
  • int [ preset::Anchor ] — Anchor
  • int — OffsetX
  • int — OffsetY

Returns — void

void libNtve_gf_DisplayScreenLabel(
	int lp_screenLabelID,
	text lp_label,
	string lp_style,
	int lp_width,
	int lp_height,
	int lp_anchor,
	int lp_offsetX,
	int lp_offsetY,
);

Category: Dialog / Screen Text

# Examples

— None found —