# Beacon Num Minerals Requested
Flags —
Native
|Function
Get the outstanding minerals requested by this player.
# Arguments
int
— Player
Returns — int
native int PlayerBeaconRequestedMinerals(int inPlayer);
# Related
Category: AI Advanced / Beacons / Functions
- Beacon Is Auto Cast —
bool
— PlayerBeaconIsAutoCast - Beacon Is From User —
bool
— PlayerBeaconIsFromUser - Beacon Is Set —
bool
— PlayerBeaconIsSet - Beacon Get Target Point —
point
— PlayerBeaconGetTargetPoint - Beacon Get Target Unit —
unit
— PlayerBeaconGetTargetUnit - Beacon Get Num Allies —
int
— PlayerBeaconGetNumAllies - Beacon Get Ally PlayerId —
int
— PlayerBeaconGetAllyPlayerId - Beacon Num Minerals Requested —
int
— PlayerBeaconRequestedMinerals - Beacon Num Vespene Requested —
int
— PlayerBeaconRequestedVespene
# Examples
— None found —