# Dialog Item Color

Grammar — Color of dialogItem for player
FlagsFunction

Returns the color of a dialog item.

# Arguments

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

Returns — color

color libNtve_gf_DialogItemColor(
	int lp_dialogItem,
	int lp_player,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —