# Ping Minimap Possible Enemy Start Locations

Grammar — Ping the minimap with model modelLink|ModelLink over dur seconds, using the color color
FlagsNative | Action

Pings the minimap at each possible enemy spawn location of the local player. This ping cannot be modified after it is created. Use a “Create Ping” action to create a more customizable ping that can be modified after creation.

# Arguments

  • fixed — Duration
  • string [ gamelink::Model ] — Model Link
  • color — Color

Returns — void

native void MinimapPingPossibleEnemyStartLocations(
	fixed duration,
	string inModelLink,
	color c,
);

Category: Ping / Basic

# Examples

— None found —