SC2Mapster Wiki
Advertisement

AI Actions[ | ]

Set Rebuild Count (Default)[ | ]

GUI[ | ]

AI - Set the general rebuild count for player player building|Buildings Or Units to count

Galaxy Code[ | ]

void AISetGeneralRebuildCount ( int count, preset building, int player )

Description[ | ]

Sets the maximum number of units or maximum number of buildings an AI player should rebuild. This only applies to preplaced units or buildings that do not have an individual rebuild count set.

Parameters[ | ]

  • int player
    • Name: Player
    • Limits:0,N
  • preset building
    • Preset: Building Or Unit
    • Name: Building Or Unit
  • int player
    • Name: Player
    • Limits: 0,15

Additional Information[ | ]

Advertisement