# Beacon Set AutoCast

FlagsNative | Action

Enables autocast for the specified beacon.

# Arguments

  • int — Player
  • int [ preset::AIBeaconType ] — Beacon
  • bool — Enable

Returns — void

native void PlayerBeaconSetAutoCast(
	int inPlayer,
	int inBeacon,
	bool enable,
);

Category: AI Advanced / Beacons / Actions

# Examples

— None found —