# Beacon Set Target Point

FlagsNative | Action

Sets the target for the specified beacon to be the specified point.

# Arguments

  • int — Player
  • int [ preset::AIBeaconType ] — Beacon
  • point — Point
  • bool — Alert

Returns — void

native void PlayerBeaconSetTargetPoint(
	int inPlayer,
	int inBeacon,
	point inPoint,
	bool alert,
);

Category: AI Advanced / Beacons / Actions

# Examples

— None found —