# MarkerSetMatchFlag

FlagsNative

# Arguments

  • marker — m
  • int — flag
  • bool — state

Returns — void

native void MarkerSetMatchFlag(
	marker m,
	int flag,
	bool state,
);

Category: Unclassified

# Examples

# mods/core.sc2mod

TacticalAI.galaxy

// L239
MarkerSetMatchFlag(mark, c_markerMatchLink, true)
// L240
MarkerSetMatchFlag(mark, c_markerMatchCasterPlayer, true)
// L239
MarkerSetMatchFlag(mark, c_markerMatchLink, true)
// L240
MarkerSetMatchFlag(mark, c_markerMatchCasterPlayer, true)