# Beacon Clear Target
Flags —
Native
|Action
Clears the target of the specified beacon.
# Arguments
int
— Playerint
<preset::AIBeaconType> — Beacon
Returns — void
native void PlayerBeaconClearTarget(
int inPlayer,
int inBeacon,
);
# 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 —