# Dialog Item Unit Value

Grammar — Unit value of property of dialogItem for player
FlagsNative | Function | Internal

# Arguments

  • int [ control ] — Dialog Item
  • int [ preset::ControlProperty ] — Property
  • int — Player

Returns — unit

native unit DialogControlGetPropertyAsUnit(
	int control,
	int property,
	int player,
);

Category: Dialog / Dialog Item Values / Internal

# Examples

— None found —