# Beacon Set AutoCast
Flags —
Native|Action
Enables autocast for the specified beacon.
# Arguments
int— Playerint<preset::AIBeaconType> — Beaconbool— Enable
Returns — void
native void PlayerBeaconSetAutoCast(
int inPlayer,
int inBeacon,
bool enable,
);
# Related
Category: AI Advanced / Beacons / Actions
- Beacon Clear Target —
void— PlayerBeaconClearTarget - Beacon Set AutoCast —
void— PlayerBeaconSetAutoCast - Beacon Set Target Point —
void— PlayerBeaconSetTargetPoint - Beacon Set Target Unit —
void— PlayerBeaconSetTargetUnit - Beacon Alert —
void— PlayerBeaconAlert
# Examples
— None found —