# Set Dialog Item Team Color Index

Grammar — Set dialogItem team color index to index for players
FlagsAction

Sets the team color index for a dialog item. Currently supported for type Unit Model

# Arguments

  • int [ control ] — Dialog Item
  • int — Index
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemTeamColorIndex(
	int lp_dialogItem,
	int lp_index,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —