# Set Dialog Item Click On Down

Grammar — Set dialogItem Click On Down flag to clickOnDown for players
FlagsAction

Set a Trigger Dialog Item to execute its click behavior on mouse down instead of mouse up. While mouse up is the default behavior and used for most buttons in the game, mouse down can be preferred for controls that need a more responsive feel.

# Arguments

  • int [ control ] — Dialog Item
  • bool — Click On Down
  • playergroup — Players

Returns — void

void libNtve_gf_SetDialogItemClickOnDown(
	int lp_dialogItem,
	bool lp_clickOnDown,
	playergroup lp_players,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —