# Set Unit Ping Cursor

Grammar — Set unit ping cursor to cursor
FlagsNative | Action

Sets the highlight cursor for the specified unit while in ping targeting mode.

# Arguments

  • unit — Unit
  • string [ gamelink::Cursor ] — Cursor

Returns — void

native void UnitSetPingCursor(
	unit inUnit,
	string cursorLink,
);

Category: Unit / Properties

# Examples

— None found —