# Dialog Item Style

Grammar — Style of dialogItem for player
FlagsFunction

Returns the string value of a dialog item’s font style.

# Arguments

  • int [ control ] — Dialog Item
  • int — Player

Returns — string [ fontstyle ]

string libNtve_gf_DialogItemStyle(
	int lp_dialogItem,
	int lp_player,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —