# Dialog Item Text Value

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

# Arguments

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

Returns — text

native text DialogControlGetPropertyAsText(
	int control,
	int property,
	int player,
);

Category: Dialog / Dialog Item Values / Internal

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L2574
DialogControlGetPropertyAsText(lp_dialogItem, c_triggerControlPropertyText, lp_player)
// L2805
DialogControlGetPropertyAsText(lp_dialogItem, c_triggerControlPropertyTooltip, lp_player)
// L2027
DialogControlGetPropertyAsText(lp_dialogItem, c_triggerControlPropertyText, lp_player)
// L2258
DialogControlGetPropertyAsText(lp_dialogItem, c_triggerControlPropertyTooltip, lp_player)