# Player Ping

Grammar — Player p pings the Minimap.
FlagsNative | Event

This event fires when the specified player pings the minimap.

# Arguments

  • int — Player

Returns — void

native void TriggerAddEventPing(trigger t, int player);

Category: Ping / Basic

# Examples

# mods/heroesdata.stormmod

GameLib.galaxy

// L18052
TriggerAddEventPing(libGame_gt_PlayerUsesExpressionWheel, c_playerAny)

# mods/heroesdata.stormmod

UILib.galaxy

// L16115
TriggerAddEventPing(libUIUI_gt_PingListenForPlayerPing, c_playerAny)

# mods/liberty.sc2mod

LibertyLib.galaxy

// L698
TriggerAddEventPing(libLbty_gt_PingUsed, c_playerAny)