# Set Dialog Item Border Visible

Grammar — Set dialogItem Border Visible flag to visible for players
FlagsAction

Set a Trigger Dialog Item to Show its Border or not. Currently supported by Portraits.

# Arguments

  • int [ control ] — Dialog Item
  • bool — Visible
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemBorderVisible(
	int lp_dialogItem,
	bool lp_visible,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —