# Set Starting Resources For Player

Grammar — Set race melee starting resources for player player
FlagsNative | Action

Sets the starting resources for the specified player and race. The default starting resources is 50 minerals.

# Arguments

  • int — Player
  • string [ gamelink::Race ] — Race

Returns — void

native void MeleeInitResourcesForPlayer(
	int player,
	string race,
);

Category: Melee / Player Settings

# Examples

— None found —