# Dialog Item Boolean Value

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

# Arguments

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

Returns — bool

native bool DialogControlGetPropertyAsBool(
	int control,
	int property,
	int player,
);

Category: Dialog / Dialog Item Values / Internal

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L2751
DialogControlGetPropertyAsBool(lp_dialogItem, c_triggerControlPropertyChecked, lp_player)
// L2204
DialogControlGetPropertyAsBool(lp_dialogItem, c_triggerControlPropertyChecked, lp_player)