# Set Starting Units For All Players

Grammar — Create melee starting units for all players
FlagsNative | Action

Creates the primary structure and starting workers for all players

Returns — void

native void MeleeInitUnits();

Category: Melee / Melee Defaults

# Examples

mods/warcoop/warclassicsystem.sc2modbase.sc2data/TriggerLibs/WarClassicSystem.galaxy:246

    MeleeInitAI();
    MeleeInitOptions();
    MeleeInitUnits();
    GameTimeOfDaySet(libGAwX_gv_bj_MELEE_STARTING_TOD);
    auto373C6EF4_g = libGAwX_gv_allPlayers;