# Dialog Item Image Type

Grammar — Image type of dialogItem for player
FlagsFunction

Returns the image type setting for an image dialog item.

# Arguments

  • int<control> — Dialog Item
  • int — Player

Returns — int<preset::ImageType>

int libNtve_gf_DialogItemImageType(
	int lp_dialogItem,
	int lp_player,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —