# Dialog Item Control Value

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

# Arguments

  • int<control> — Dialog Item
  • int<preset::ControlProperty> — Property
  • int — Player

Returns — int<control>

native int DialogControlGetPropertyAsControl(
	int control,
	int property,
	int player,
);

Category: Dialog / Dialog Item Values / Internal

# Examples

— None found —